You are here

service html_title.filter in HTML Title 8

Class

Drupal\html_title\HtmlTitleFilter
3 string references to html_title.filter
HtmlTitleFormatter::create in src/Plugin/Field/FieldFormatter/HtmlTitleFormatter.php
Creates an instance of the plugin.
NodeHtmlTitle::create in src/Plugin/views/field/NodeHtmlTitle.php
Creates an instance of the plugin.
_html_title_form_node_form_submit_replace_node_confirmation_message in ./html_title.module
Replace the node confirmation message.

File

./html_title.services.yml
html_title.services.yml

View source
  1. class: Drupal\html_title\HtmlTitleFilter
  2. arguments:
  3. - '@config.factory'
  4. - '@renderer'