Search for context
- Search 7.x for context
- Search 8.9.x for context
- Search 10.3.x for context
- Search 11.x for context
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Context | class | core/ |
A Drupal specific context wrapper class. |
Context | class | core/ |
A generic context class for wrapping data a plugin needs to operate. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ContextualLinkDefault::getWeight | function | core/ |
Returns the weight of the contextual link. |
ContextualLinkDefaultTest | class | core/ |
@group Menu @coversDefaultClass \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/ |
@covers ::getGroup |
ContextualLinkDefaultTest::testGetOptions | function | core/ |
@covers ::getOptions |
ContextualLinkDefaultTest::testGetRouteName | function | core/ |
@covers ::getRouteName |
ContextualLinkDefaultTest::testGetTitle | function | core/ |
@covers ::getTitle |
ContextualLinkDefaultTest::testGetTitleWithContext | function | core/ |
@covers ::getTitle |
ContextualLinkDefaultTest::testGetTitleWithTitleArguments | function | core/ |
@covers ::getTitle |
ContextualLinkDefaultTest::testGetWeight | function | core/ |
@covers ::getWeight |
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::$pluginsByGroup | property | core/ |
A static cache of all the contextual link plugins by group name. |
ContextualLinkManager::$requestStack | property | core/ |
The request stack. |
ContextualLinkManager::getContextualLinkPluginsByGroup | function | core/ |
Gets the contextual link plugins by contextual link group. |
ContextualLinkManager::getContextualLinksArrayByGroup | function | core/ |
Gets the contextual links prepared as expected by links.html.twig. |
ContextualLinkManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
ContextualLinkManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
ContextualLinkManager::__construct | function | core/ |
Constructs a new ContextualLinkManager instance. |
ContextualLinkManagerInterface | interface | core/ |
Provides an object which returns the available contextual links. |
ContextualLinkManagerInterface.php | file | core/ |
|
ContextualLinkManagerInterface::getContextualLinkPluginsByGroup | function | core/ |
Gets the contextual link plugins by contextual link group. |
ContextualLinkManagerInterface::getContextualLinksArrayByGroup | function | core/ |
Gets the contextual links prepared as expected by links.html.twig. |
ContextualLinkManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\ContextualLinkManager @group Menu |
ContextualLinkManagerTest.php | file | core/ |
|
ContextualLinkManagerTest::$accessManager | property | core/ |
The mocked access manager. |
ContextualLinkManagerTest::$account | property | core/ |
The mocked account. |
ContextualLinkManagerTest::$cacheBackend | property | core/ |
The cache backend used in the test. |
ContextualLinkManagerTest::$contextualLinkManager | property | core/ |
The tested contextual link manager. |
ContextualLinkManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
ContextualLinkManagerTest::$pluginDiscovery | property | core/ |
The mocked plugin discovery. |
ContextualLinkManagerTest::setUp | function | core/ |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.