You are here

service menu_entity_index.tracker in Menu Entity Index 8

Class

Drupal\menu_entity_index\Tracker
10 string references to menu_entity_index.tracker
ConfigurationForm::create in src/Form/ConfigurationForm.php
Instantiates a new instance of this class.
Menu::create in src/Plugin/views/filter/Menu.php
Creates an instance of the plugin.
Menu::create in src/Plugin/views/argument_default/Menu.php
Creates an instance of the plugin.
Menu::create in src/Plugin/views/field/Menu.php
Creates an instance of the plugin.
menu_entity_index_entity_extra_field_info in ./menu_entity_index.module
Implements hook_entity_extra_field_info().

... See full list

File

./menu_entity_index.services.yml
menu_entity_index.services.yml

View source
  1. class: Drupal\menu_entity_index\Tracker
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - '@entity.repository'
  6. - '@entity_type.manager'
  7. - '@plugin.manager.menu.link'
  8. - '@path_processor_manager'
  9. - '@request_stack'
  10. - '@router'
  11. - '@path.validator'
  12. calls:
  13. - [setMessenger, ['@messenger']]
  14. - [setViewsData, ['@?views.views_data']]