You are here

service menu_item_extras.menu_link_content_helper in Menu Item Extras 8.2

Class

Drupal\menu_item_extras\Service\MenuLinkContentService
8 string references to menu_item_extras.menu_link_content_helper
ConfirmClearMenuForm::create in src/Form/ConfirmClearMenuForm.php
Instantiates a new instance of this class.
MenuController::create in src/Controller/MenuController.php
Instantiates a new instance of this class.
menu_item_extras_form_node_form_alter in ./menu_item_extras.module
Implements hook_form_BASE_FORM_ID_alter().
menu_item_extras_install in ./menu_item_extras.install
Implements hook_install().
menu_item_extras_menu_insert in ./menu_item_extras.module
Implements hook_menu_insert().

... See full list

File

./menu_item_extras.services.yml
menu_item_extras.services.yml

View source
  1. class: Drupal\menu_item_extras\Service\MenuLinkContentService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity.definition_update_manager'
  5. - '@entity_field.manager'
  6. - '@field_storage_definition.listener'
  7. - '@entity.last_installed_schema.repository'
  8. - '@database'