Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 10.3.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentTranslationTestBase::$manager | property | core/ |
|
ContentTranslationUpdatesManager | class | core/ |
Provides the logic needed to update field storage definitions when needed. |
ContentTranslationUpdatesManager.php | file | core/ |
|
ContentTranslationUpdatesManager::$entityFieldManager | property | core/ |
The entity field manager. |
ContentTranslationUpdatesManager::$entityLastInstalledSchemaRepository | property | core/ |
The installed entity definition repository. |
ContentTranslationUpdatesManager::$entityTypeManager | property | core/ |
The entity type manager. |
ContentTranslationUpdatesManager::$updateManager | property | core/ |
The entity definition update manager. |
ContentTranslationUpdatesManager::updateDefinitions | function | core/ |
Executes field storage definition updates if needed. |
ContentTranslationUpdatesManager::__construct | function | core/ |
Constructs an updates manager instance. |
ContentTranslationUpdateTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
ContentUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager service. |
content_translation.manager | service | core/ |
Drupal\content_translation\ContentTranslationManager |
content_translation.updates_manager | service | core/ |
Drupal\content_translation\ContentTranslationUpdatesManager |
ContextAwarePluginManagerInterface | interface | core/ |
Provides an interface for plugin managers that support context-aware plugins. |
ContextAwarePluginManagerInterface.php | file | core/ |
|
ContextAwarePluginManagerInterface::getDefinitionsForContexts | function | core/ |
Determines plugins whose constraints are satisfied by a set of contexts. |
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::$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[[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::$controllerResolver | property | core/ |
The mocked controller resolver. |
ContextualLinkManagerTest::$factory | property | core/ |
The plugin factory used in the test. |
ContextualLinkManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
ContextualLinkManagerTest::$pluginDiscovery | property | core/ |
The mocked plugin discovery. |
ContextualLinkManagerTest::setUp | function | core/ |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.