You are here

service exclude_node_title.manager in Exclude Node Title 8

Class

Drupal\exclude_node_title\ExcludeNodeTitleManager
9 string references to exclude_node_title.manager
AdminSettingsForm::create in src/Form/AdminSettingsForm.php
Instantiates a new instance of this class.
exclude_node_title_form_alter in ./exclude_node_title.module
Implements hook_form_alter().
exclude_node_title_preprocess_field in ./exclude_node_title.module
Implements hook_preprocess_field().
exclude_node_title_preprocess_html in ./exclude_node_title.module
Implements hook_preprocess_html().
exclude_node_title_preprocess_page in ./exclude_node_title.module
Implements hook_preprocess_page().

... See full list

File

./exclude_node_title.services.yml
exclude_node_title.services.yml

View source
  1. class: Drupal\exclude_node_title\ExcludeNodeTitleManager
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@entity_type.bundle.info'