You are here

service tooltip_taxonomy.tooltip_manager in Tooltip Taxonomy 8

Class

\Drupal\tooltip_taxonomy\Services\TooltipManager

Tags

  • tooltip_taxonomy.tooltip_manager
2 string references to tooltip_taxonomy.tooltip_manager
tooltip_taxonomy_entity_display_build_alter in ./tooltip_taxonomy.module
Implement hook_entity_display_build_alter().
tooltip_taxonomy_taxonomy_term_presave in ./tooltip_taxonomy.module
Implements hook_ENTITY_TYPE_presave().

File

./tooltip_taxonomy.services.yml
tooltip_taxonomy.services.yml

View source
  1. class: \Drupal\tooltip_taxonomy\Services\TooltipManager
  2. arguments:
  3. - '@plugin.manager.condition'
  4. - '@tooltip_taxonomy.field_type_manager'
  5. - '@entity_type.manager'
  6. - '@renderer'
  7. tags:
  8. - { name: tooltip_taxonomy.tooltip_manager, priority: 1000 }