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. Search 11.x for to
  6. Other projects
Title Object type File name Summary
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.
MenuParentFormSelector::getMenuOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a list of menu names for use as options.
MenuParentFormSelector::getParentDepthLimit function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Returns the maximum depth of the possible parents of the menu link.
MenuParentFormSelector::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelector::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a form element to choose a menu and parent.
MenuParentFormSelector::parentSelectOptionsTreeWalk function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Iterates over all items in the tree to prepare the parents select options.
MenuParentFormSelector::__construct function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Constructs a \Drupal\Core\Menu\MenuParentFormSelector.
MenuParentFormSelectorInterface interface core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Defines an interface for menu selector form elements and menu link options.
MenuParentFormSelectorInterface.php file core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php
MenuParentFormSelectorInterface::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelectorInterface::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets a form element to choose a menu and parent.
MenuSettingsConstraintValidator class core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php Constraint validator for changing the menu settings in pending revisions.
MenuSettingsConstraintValidator.php file core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuSettingsConstraintValidator::validate function core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuStorage class core/modules/system/src/MenuStorage.php Defines the storage class for menu configuration entities.
MenuStorage.php file core/modules/system/src/MenuStorage.php
MenuStorage::MAX_ID_LENGTH constant core/modules/system/src/MenuStorage.php Menu names have a maximum length of 32.
MenuStorageTest class core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Tests MenuStorage.
MenuStorageTest.php file core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php
MenuStorageTest::$modules property core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Modules to install.

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