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 main for _link
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| content_translation.link_relation_types.yml | file | core/ |
core/modules/content_translation/content_translation.link_relation_types.yml |
| ContextualDynamicContextTest::assertContextualLinkPlaceHolder | function | core/ |
Asserts that a contextual link placeholder with the given id exists. |
| ContextualDynamicContextTest::assertNoContextualLinkPlaceHolder | function | core/ |
Asserts that a contextual link placeholder with a given id does not exist. |
| ContextualDynamicContextTest::renderContextualLinks | function | core/ |
Get server-rendered contextual links for the given contextual link ids. |
| ContextualHooks::contextualLinksViewAlter | function | core/ |
Implements hook_contextual_links_view_alter(). |
| ContextualLinkClickTrait | trait | core/ |
Functions for testing contextual links. |
| ContextualLinkClickTrait.php | file | core/ |
|
| ContextualLinkClickTrait::clickContextualLink | function | core/ |
Clicks a contextual link. |
| ContextualLinkClickTrait::toggleContextualTriggerVisibility | function | core/ |
Toggles the visibility of a contextual trigger. |
| ContextualLinkDefault | class | core/ |
Provides a common base implementation of a contextual link. |
| ContextualLinkDefault.php | file | core/ |
|
| ContextualLinkDefault::getGroup | function | core/ |
Returns the group this contextual link should be rendered in. |
| ContextualLinkDefault::getOptions | function | core/ |
Returns the link options passed to the link generator. |
| ContextualLinkDefault::getRouteName | function | core/ |
Returns the route name of the contextual link. |
| ContextualLinkDefault::getTitle | function | core/ |
Returns the localized title to be shown for this contextual link. |
| ContextualLinkDefault::getWeight | function | core/ |
Returns the weight of the contextual link. |
| ContextualLinkDefaultTest | class | core/ |
Tests Drupal\Core\Menu\ContextualLinkDefault. |
| ContextualLinkDefaultTest.php | file | core/ |
|
| ContextualLinkDefaultTest::$config | property | core/ |
The used plugin configuration. |
| ContextualLinkDefaultTest::$contextualLinkDefault | property | core/ |
The tested contextual link default plugin. |
| ContextualLinkDefaultTest::$pluginDefinition | property | core/ |
The used plugin definition. |
| ContextualLinkDefaultTest::$pluginId | property | core/ |
The used plugin ID. |
| ContextualLinkDefaultTest::$stringTranslation | property | core/ |
The mocked translator. |
| ContextualLinkDefaultTest::setUp | function | core/ |
|
| ContextualLinkDefaultTest::setupContextualLinkDefault | function | core/ |
|
| ContextualLinkDefaultTest::testGetGroup | function | core/ |
Tests get group. |
| ContextualLinkDefaultTest::testGetOptions | function | core/ |
Tests get options. |
| ContextualLinkDefaultTest::testGetRouteName | function | core/ |
Tests get route name. |
| ContextualLinkDefaultTest::testGetTitle | function | core/ |
Tests get title. |
| ContextualLinkDefaultTest::testGetTitleWithContext | function | core/ |
Tests get title with context. |
| ContextualLinkDefaultTest::testGetTitleWithTitleArguments | function | core/ |
Tests get title with title arguments. |
| ContextualLinkDefaultTest::testGetWeight | function | core/ |
Tests get weight. |
| ContextualLinkInterface | interface | core/ |
Defines a contextual link plugin. |
| ContextualLinkInterface.php | file | core/ |
|
| ContextualLinkInterface::getGroup | function | core/ |
Returns the group this contextual link should be rendered in. |
| ContextualLinkInterface::getOptions | function | core/ |
Returns the link options passed to the link generator. |
| ContextualLinkInterface::getRouteName | function | core/ |
Returns the route name of the contextual link. |
| ContextualLinkInterface::getTitle | function | core/ |
Returns the localized title to be shown for this contextual link. |
| ContextualLinkInterface::getWeight | function | core/ |
Returns the weight of the contextual link. |
| ContextualLinkManager | class | core/ |
Defines a contextual link plugin manager to deal with contextual links. |
| ContextualLinkManager.php | file | core/ |
|
| ContextualLinkManager::$accessManager | property | core/ |
The access manager. |
| ContextualLinkManager::$account | property | core/ |
The current user. |
| ContextualLinkManager::$controllerResolver | property | core/ |
A controller resolver object. |
| ContextualLinkManager::$defaults | property | core/ |
Provides default values for a contextual link definition. |
| ContextualLinkManager::$languageManager | property | core/ |
The language manager. |
| ContextualLinkManager::$pluginsByGroup | property | core/ |
A static cache of all the contextual link plugins by group name. |
| ContextualLinkManager::$requestStack | property | core/ |
The request stack. |
| ContextualLinkManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
| ContextualLinkManager::getContextualLinkPluginsByGroup | function | core/ |
Gets the contextual link plugins by contextual link group. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.