Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 10.3.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method with a prefilled cache.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the access checking of the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testPluginDefinitionAlter function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the plugins alter hook.
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a group.
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a route.
ContextualLinks::contextualLinkManager function core/modules/contextual/src/Element/ContextualLinks.php Wraps the contextual link manager.
ControllerBase::$entityManager property core/lib/Drupal/Core/Controller/ControllerBase.php The entity manager.
ControllerBase::$entityTypeManager property core/lib/Drupal/Core/Controller/ControllerBase.php The entity type manager.
ControllerBase::$languageManager property core/lib/Drupal/Core/Controller/ControllerBase.php The language manager.
ControllerBase::entityManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity manager service.
ControllerBase::entityTypeManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity type manager.
ControllerBase::languageManager function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the language manager service.
CountryManager class core/lib/Drupal/Core/Locale/CountryManager.php Provides list of countries.
CountryManager.php file core/lib/Drupal/Core/Locale/CountryManager.php
CountryManager::$countries property core/lib/Drupal/Core/Locale/CountryManager.php An array of country code => country name pairs.
CountryManager::$moduleHandler property core/lib/Drupal/Core/Locale/CountryManager.php The module handler service.
CountryManager::getList function core/lib/Drupal/Core/Locale/CountryManager.php Get an array of country code => country name pairs, altered by alter hooks.
CountryManager::getStandardList function core/lib/Drupal/Core/Locale/CountryManager.php Get an array of all two-letter country code => country name pairs.
CountryManager::__construct function core/lib/Drupal/Core/Locale/CountryManager.php Constructor.
CountryManagerInterface interface core/lib/Drupal/Core/Locale/CountryManagerInterface.php Defines a common interface for country managers.
CountryManagerInterface.php file core/lib/Drupal/Core/Locale/CountryManagerInterface.php
CountryManagerInterface::getList function core/lib/Drupal/Core/Locale/CountryManagerInterface.php Returns a list of country code => country name pairs.
country_manager service core/core.services.yml Drupal\Core\Locale\CountryManager
CreateSampleEntityTest::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php The entity type manager.
Cron::$queueManager property core/lib/Drupal/Core/Cron.php The queue plugin manager.
CurrentLanguageContext::$languageManager property core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php The language manager.
CurrentThemeCondition::$themeManager property core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php The theme manager.
CustomPageExceptionHtmlSubscriber::$accessManager property core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php The access manager.
CustomPageExceptionHtmlSubscriberTest::$accessManager property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The access manager.
D6TermNodeDeriver::$migrationPluginManager property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The migration plugin manager.
DataEntityRow::$entityTypeManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity type manager.
DataEntityRow::$languageManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The language manager.
DataEntityRow::getEntityManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::getEntityTypeManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type manager.
DataEntityRow::getLanguageManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the language manager.
DateFormatter::$languageManager property core/lib/Drupal/Core/Datetime/DateFormatter.php Language manager for retrieving the default langcode when none is specified.
DateTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked entity manager.
DateTest::$languageManager property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked language manager.
DedupeEntityTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php The mocked entity type manager.
DefaultHtmlRouteProvider::$entityFieldManager property core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php The entity field manager.
DefaultHtmlRouteProvider::$entityTypeManager property core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php The entity type manager.
DefaultHtmlRouteProviderTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity field manager prophecy used in the test.
DefaultHtmlRouteProviderTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity type manager prophecy used in the test.
DefaultLazyPluginCollection::$manager property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The manager used to instantiate the plugins.
DefaultMenuLinkTreeManipulators::$accessManager property core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php The access manager.
DefaultMenuLinkTreeManipulators::$entityTypeManager property core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php The entity type manager.
DefaultMenuLinkTreeManipulatorsTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked access manager.
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked entity type manager.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.