Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContextAwarePluginManagerTrait | trait | core/ |
Provides a trait for plugin managers that support context-aware plugins. |
ContextAwarePluginManagerTrait.php | file | core/ |
|
ContextAwarePluginManagerTrait::contextHandler | function | core/ |
Wraps the context handler. |
ContextAwarePluginManagerTrait::getDefinitions | function | core/ |
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
ContextAwarePluginManagerTrait::getDefinitionsForContexts | function | core/ |
See \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface::getDefinitionsForContexts(). |
ContextTest::$typedDataManager | property | core/ |
The mocked Typed Data manager. |
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. |
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[[api-linebreak]] @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/ |
|
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup | function | core/ |
Tests the getContextualLinkPluginsByGroup method. |
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache | function | core/ |
Tests the getContextualLinkPluginsByGroup method with a prefilled cache. |
ContextualLinkManagerTest::testGetContextualLinksArrayByGroup | function | core/ |
Tests the getContextualLinksArrayByGroup method. |
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck | function | core/ |
Tests the access checking of the getContextualLinksArrayByGroup method. |
ContextualLinkManagerTest::testPluginDefinitionAlter | function | core/ |
Tests the plugins alter hook. |
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup | function | core/ |
Tests processDefinition() by passing a plugin definition without a group. |
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute | function | core/ |
Tests processDefinition() by passing a plugin definition without a route. |
ContextualLinks::contextualLinkManager | function | core/ |
Wraps the contextual link manager. |
ControllerBase::$entityTypeManager | property | core/ |
The entity type manager. |
ControllerBase::$languageManager | property | core/ |
The language manager. |
ControllerBase::entityTypeManager | function | core/ |
Retrieves the entity type manager. |
ControllerBase::languageManager | function | core/ |
Returns the language manager service. |
CountryCodeConstraintTest::testConstraintLoadsChoicesFromCountryManager | function | core/ |
|
CountryManager | class | core/ |
Provides list of countries. |
CountryManager.php | file | core/ |
|
CountryManager::$countries | property | core/ |
An array of country code => country name pairs. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.