Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
MenuBlockTest::testOperationLinks function core/modules/menu_ui/tests/src/Kernel/MenuBlockTest.php Tests the editing links for SystemMenuBlock.
MenuController::$menuParentSelector property core/modules/menu_ui/src/Controller/MenuController.php The menu parent form service.
MenuController::getParentOptions function core/modules/menu_ui/src/Controller/MenuController.php Gets all the available menus and menu items as a JavaScript array.
MenuForm::$linkGenerator property core/modules/menu_ui/src/MenuForm.php The link generator.
MenuForm::$menuLinkContentStorage property core/modules/menu_ui/src/MenuForm.php The menu_link_content storage handler.
MenuForm::submitOverviewForm function core/modules/menu_ui/src/MenuForm.php Submit handler for the menu overview form.
MenuLinkBase::getOperations function core/lib/Drupal/Core/Menu/MenuLinkBase.php Provides an array of information to build a list of operation links.
MenuLinkBase::getOptions function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns the options for this link.
MenuLinkContent::$entityIdsToLoad property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Entities IDs to load.
MenuLinkContent::$entityRepository property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php The entity repository.
MenuLinkContent::getOperations function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Provides an array of information to build a list of operation links.
MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing function core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php Tests bubbleable metadata of menu links' outbound route/path processing.
MenuLinkContentFormTest::testMenuLinkContentFormLinkToAnyPage function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php Tests the 'link to any page' permission for a restricted page.
MenuLinkContentFormTest::testMenuLinkContentOperationsLink function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php Tests the operations links alter related functional for menu_link_content.
MenuLinkContentStorage class core/modules/menu_link_content/src/MenuLinkContentStorage.php Storage handler for menu_link_content entities.
MenuLinkContentStorage.php file core/modules/menu_link_content/src/MenuLinkContentStorage.php
MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorage.php Gets a list of menu link IDs with pending revisions.
MenuLinkContentStorageInterface interface core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Defines an interface for menu_link_content entity storage classes.
MenuLinkContentStorageInterface.php file core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php
MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Gets a list of menu link IDs with pending revisions.
MenuLinkContentStorageSchema class core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php Defines the menu_link_content schema handler.
MenuLinkContentStorageSchema.php file core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
MenuLinkContentStorageSchema::getSharedTableFieldSchema function core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php Gets the schema for a single field definition.
MenuLinkContentTranslationUITest::getAdministratorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Returns an array of permissions needed for the administrator.
MenuLinkContentTranslationUITest::getTranslatorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Returns an array of permissions needed for the translator.
MenuLinkDefaultForm::$menuParentSelector property core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php The parent form selector service.
MenuLinkDefaultFormTest::testMenuLinkDefaultFormCustomizations function core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php Tests the MenuLinkDefaultForm customizations.
MenuLinkDefaultIntegrationTest::testMoveToRoot function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php Tests moving a static menu link without a specified menu to the root.
MenuLinkDepthConstraintValidator class core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php Validates the MenuLinkDepthConstraint constraint.
MenuLinkDepthConstraintValidator.php file core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php
MenuLinkDepthConstraintValidator::create function core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php Instantiates a new instance of this class.
MenuLinkDepthConstraintValidator::validate function core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php
MenuLinkDepthConstraintValidator::__construct function core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php
MenuLinkInterface::getOperations function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Provides an array of information to build a list of operation links.
MenuLinkInterface::getOptions function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the options for this link.
MenuLinkListBuilder::getDefaultOperations function core/modules/menu_link_content/src/MenuLinkListBuilder.php Gets this list's default operations.
MenuLinkManager::$factory property core/lib/Drupal/Core/Menu/MenuLinkManager.php The object that instantiates plugins managed by this manager.
MenuLinkManager::$treeStorage property core/lib/Drupal/Core/Menu/MenuLinkManager.php The menu link tree storage.
MenuLinkManager::getFactory function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets the plugin factory.
MenuLinkParent::$menuLinkStorage property core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php The menu link entity storage handler.
MenuLinkParentTest::$menuLinkStorage property core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php The menu link entity storage handler.
MenuLinkParentTest::$pathValidator property core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php A Path validator prophecy.
MenuLinkParentTest::providerConstructorException function core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php Provides data for testConstructorException().
MenuLinkParentTest::testConstructorException function core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php Tests that an exception is thrown for invalid options.
MenuLinkReorderTest::$administrator property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php An administrator user.
MenuListBuilder::getDefaultOperations function core/modules/menu_ui/src/MenuListBuilder.php Gets this list's default operations.
MenuParentFormSelector class core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Default implementation of the menu parent form selector service.
MenuParentFormSelector.php file core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
MenuParentFormSelector::$entityTypeManager property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The entity type manager service.
MenuParentFormSelector::$menuLinkTree property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The menu link tree service.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.