Search for _link
- Search 7.x for _link
- Search 9.5.x for _link
- Search 8.9.x for _link
- Search 10.3.x for _link
- Search 11.x for _link
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::rebuild | function | core/ |
Triggers discovery, save, and cleanup of discovered links. |
| MenuLinkManagerInterface::removeDefinition | function | core/ |
Removes a single link definition from the menu tree storage. |
| 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. |
| MenuLinkManagerInterface::updateDefinition | function | core/ |
Updates the values for a menu link definition in the menu tree storage. |
| MenuLinkMock | class | core/ |
Defines a mock implementation of a menu link used in tests only. |
| MenuLinkMock.php | file | core/ |
|
| MenuLinkMock::$defaults | property | core/ |
The default configuration for the test menu link. |
| MenuLinkMock::createMock | function | core/ |
Create an instance from a definition with at least id, title, route_name. |
| MenuLinkMock::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| MenuLinkMock::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| MenuLinkMock::getCacheTags | function | core/ |
The cache tags associated with this object. |
| MenuLinkMock::getDescription | function | core/ |
Returns the description of the menu link. |
| MenuLinkMock::getTitle | function | core/ |
Returns the localized title to be shown for this link. |
| MenuLinkMock::updateLink | function | core/ |
Updates the definition values for a menu link. |
| MenuLinkParent | class | core/ |
Determines the parent of a menu link. |
| MenuLinkParent.php | file | core/ |
|
| MenuLinkParent::$lookupMigrations | property | core/ |
The migration IDs to use for looking up the parent link. |
| MenuLinkParent::$menuLinkManager | property | core/ |
The menu link plugin manager. |
| MenuLinkParent::$menuLinkStorage | property | core/ |
The menu link entity storage handler. |
| MenuLinkParent::$migrateLookup | property | core/ |
The migrate lookup service. |
| MenuLinkParent::$migration | property | core/ |
The currently running migration. |
| MenuLinkParent::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| 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. |
| MenuLinkParentTest::testMenuLinkParent | function | core/ |
Tests the menu link content process plugin. |
| MenuLinkParentTest::testTransformException | function | core/ |
Tests that an exception is thrown when the parent menu link is not found. |
| MenuLinkPluginConverter | class | core/ |
Provides a proxy class for \Drupal\Core\ParamConverter\MenuLinkPluginConverter. |
| MenuLinkPluginConverter | class | core/ |
Parameter converter for upcasting entity ids to full objects. |
| MenuLinkPluginConverter.php | file | core/ |
|
| MenuLinkPluginConverter.php | file | core/ |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.