Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuLinkManager::$overrides | property | core/ |
Service providing overrides for static links. |
| MenuLinkManager::$treeStorage | property | core/ |
The menu link tree storage. |
| MenuLinkManager::countMenuLinks | function | core/ |
Counts the total number of menu links. |
| MenuLinkManager::createInstance | function | core/ |
Returns a pre-configured menu link plugin instance. |
| MenuLinkManager::deleteInstance | function | core/ |
Deletes a specific instance. |
| MenuLinkManager::deleteLinksInMenu | function | core/ |
Deletes all links having a certain menu name. |
| MenuLinkManager::getChildIds | function | core/ |
Loads all child link IDs of a given menu link, regardless of visibility. |
| MenuLinkManager::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| MenuLinkManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| MenuLinkManager::getInstance | function | core/ |
Gets or creates a plugin instance that satisfies the given options. |
| MenuLinkManager::getParentIds | function | core/ |
Loads all parent link IDs of a given menu link. |
| MenuLinkManager::hasDefinition | function | core/ |
Indicates if a specific plugin definition exists. |
| MenuLinkManager::loadLinksByRoute | function | core/ |
Loads multiple plugin instances based on route. |
| MenuLinkManager::menuNameInUse | function | core/ |
Determines if any links use a given menu name. |
| MenuLinkManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| MenuLinkManager::resetDefinitions | function | core/ |
Resets any local definition cache. Used for testing. |
| MenuLinkManager::resetInstance | function | core/ |
Resets the menu link to its default settings. |
| MenuLinkManager::resetLink | function | core/ |
Resets the values for a menu link based on the values found by discovery. |
| MenuLinkManager::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\MenuLinkManager object. |
| MenuLinkManagerInterface::countMenuLinks | function | core/ |
Counts the total number of menu links. |
| MenuLinkManagerInterface::deleteLinksInMenu | function | core/ |
Deletes all links having a certain menu name. |
| MenuLinkManagerInterface::getChildIds | function | core/ |
Loads all child link IDs of a given menu link, regardless of visibility. |
| MenuLinkManagerInterface::getParentIds | function | core/ |
Loads all parent link IDs of a given menu link. |
| MenuLinkManagerInterface::loadLinksByRoute | function | core/ |
Loads multiple plugin instances based on route. |
| MenuLinkManagerInterface::menuNameInUse | function | core/ |
Determines if any links use a given menu name. |
| MenuLinkManagerInterface::resetDefinitions | function | core/ |
Resets any local definition cache. Used for testing. |
| MenuLinkManagerInterface::resetLink | function | core/ |
Resets the values for a menu link based on the values found by discovery. |
| MenuLinkMock::$defaults | property | core/ |
The default configuration for the test menu link. |
| MenuLinkMock::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| MenuLinkMock::getCacheTags | function | core/ |
The cache tags associated with this object. |
| MenuLinkMock::getDescription | function | core/ |
Returns the description of the menu link. |
| MenuLinkParent::$lookupMigrations | property | core/ |
The migration IDs to use for looking up the parent link. |
| MenuLinkParent::$menuLinkStorage | property | core/ |
The menu link entity storage handler. |
| MenuLinkParent::transform | function | core/ |
Find the parent link GUID. |
| MenuLinkParent::__construct | function | core/ |
Constructs a MenuLinkParent object. |
| MenuLinkParentTest | class | core/ |
Tests the menu link parent process plugin. |
| MenuLinkParentTest.php | file | core/ |
|
| MenuLinkParentTest::$menuLinkManager | property | core/ |
The menu link plugin manager. |
| MenuLinkParentTest::$menuLinkStorage | property | core/ |
The menu link entity storage handler. |
| MenuLinkParentTest::$migrateLookup | property | core/ |
A MigrateLookupInterface prophecy. |
| MenuLinkParentTest::$migration | property | core/ |
A MigrationInterface prophecy. |
| MenuLinkParentTest::$pathValidator | property | core/ |
A Path validator prophecy. |
| MenuLinkParentTest::doTransform | function | core/ |
Helper to finish setup and run the test. |
| MenuLinkParentTest::providerConstructorException | function | core/ |
Provides data for testConstructorException(). |
| MenuLinkParentTest::providerLookupMigrations | function | core/ |
Provides data for testLookupMigrations(). |
| MenuLinkParentTest::providerMenuLinkParent | function | core/ |
Provides data for testMenuLinkParent(). |
| MenuLinkParentTest::providerTransformException | function | core/ |
Provides data for testTransformException(). |
| MenuLinkParentTest::setUp | function | core/ |
|
| MenuLinkParentTest::testConstructorException | function | core/ |
Tests that an exception is thrown for invalid options. |
| MenuLinkParentTest::testLookupMigrations | function | core/ |
Tests the lookup_migrations option. |
Pagination
- Previous page
- Page 903
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.