You are here

service plugin.manager.menu.link in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \plugin.manager.menu.link

Class

Drupal\Core\Menu\MenuLinkManager
25 string references to plugin.manager.menu.link
Menu::preDelete in core/modules/system/src/Entity/Menu.php
Acts on entities before they are deleted and before hooks are invoked.
MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
MenuDeleteForm::create in core/modules/menu_ui/src/Form/MenuDeleteForm.php
Instantiates a new instance of this class.
MenuForm::create in core/modules/menu_ui/src/MenuForm.php
Instantiates a new instance of this class.
MenuLinkContent::postSave in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Acts on a saved entity before the insert or update hook is invoked.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Menu\MenuLinkManager
  2. arguments:
  3. - '@menu.tree_storage'
  4. - '@menu_link.static.overrides'
  5. - '@module_handler'