Class: Decidim::AdminLog::TaxonomyFilterPresenter
- Inherits:
-
Log::BasePresenter
- Object
- Log::BasePresenter
- Decidim::AdminLog::TaxonomyFilterPresenter
- Includes:
- SanitizeHelper
- Defined in:
- decidim-core/app/presenters/decidim/admin_log/taxonomy_filter_presenter.rb
Overview
This class holds the logic to present a ‘Decidim::Taxonomy` for the `AdminLog` log.
Usage should be automatic and you should not need to call this class directly, but here is an example:
action_log = Decidim::ActionLog.last
view_helpers # => this comes from the views
TaxonomyFilterPresenter.new(action_log, view_helpers).present
Method Summary
Methods included from SanitizeHelper
#decidim_escape_translated, #decidim_html_escape, #decidim_rich_text, #decidim_sanitize, #decidim_sanitize_admin, #decidim_sanitize_editor, #decidim_sanitize_editor_admin, #decidim_sanitize_newsletter, #decidim_sanitize_translated, #decidim_url_escape, included
Methods inherited from Log::BasePresenter
Constructor Details
This class inherits a constructor from Decidim::Log::BasePresenter