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
ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration function core/modules/language/src/ConfigurableLanguageManagerInterface.php Stores language types configuration.
ConfigurableLanguageManagerInterface::setNegotiator function core/modules/language/src/ConfigurableLanguageManagerInterface.php Injects the language negotiator.
ConfigurableLanguageManagerInterface::updateLockedLanguageWeights function core/modules/language/src/ConfigurableLanguageManagerInterface.php Updates locked system language weights.
ConfigurableLanguageManagerTest class core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php Tests the ConfigurableLanguage entity.
ConfigurableLanguageManagerTest class core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Tests Language Negotiation.
ConfigurableLanguageManagerTest.php file core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest.php file core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::$defaultTheme property core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::$languageManager property core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php The language manager.
ConfigurableLanguageManagerTest::$languageNegotiator property core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php The language negotiator.
ConfigurableLanguageManagerTest::$modules property core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::$modules property core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::setUp function core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::setUp function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::testLanguageSwitchLinks function core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php @covers ::getLanguageSwitchLinks[[api-linebreak]]
ConfigurableLanguageManagerTest::testUrlContentTranslationWithPreferredAdminLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Test translation with URL and Preferred Admin Language negotiators.
ConfigurableLanguageManagerTest::testUrlContentTranslationWithSessionLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Test translation with URL and Session Language Negotiators.
ConfigurableLanguageManagerTest::testUserProfileTranslationWithPreferredAdminLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Tests translation of the user profile edit form.
ConfigurableLinkManagerInterface interface core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php Defines an interface for a link manager with a configurable domain.
ConfigurableLinkManagerInterface interface core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php
ConfigurableLinkManagerInterface.php file core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php
ConfigurableLinkManagerInterface.php file core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php
ConfigurableLinkManagerInterface::setLinkDomain function core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php Sets the link domain used in constructing link URIs.
ConfigureBlockFormBase::$blockManager property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The block manager.
ConstraintManager class core/lib/Drupal/Core/Validation/ConstraintManager.php Constraint plugin manager.
ConstraintManager.php file core/lib/Drupal/Core/Validation/ConstraintManager.php
ConstraintManager::create function core/lib/Drupal/Core/Validation/ConstraintManager.php Creates a validation constraint.
ConstraintManager::getDefinitionsByType function core/lib/Drupal/Core/Validation/ConstraintManager.php Returns a list of constraints that support the given type.
ConstraintManager::getDiscovery function core/lib/Drupal/Core/Validation/ConstraintManager.php Gets the plugin discovery.
ConstraintManager::processDefinition function core/lib/Drupal/Core/Validation/ConstraintManager.php Performs extra processing on plugin definitions.
ConstraintManager::registerDefinitions function core/lib/Drupal/Core/Validation/ConstraintManager.php Callback for registering definitions for constraints shipped with Symfony.
ConstraintManager::__construct function core/lib/Drupal/Core/Validation/ConstraintManager.php Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct().
ContentEntity::$entityFieldManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity field manager.
ContentEntity::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type manager.
ContentEntityBaseUnitTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity field manager used for testing.
ContentEntityBaseUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type manager used for testing.
ContentEntityBaseUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The field type manager used for testing.
ContentEntityBaseUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The language manager.
ContentEntityBaseUnitTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The typed data manager used for testing.
ContentEntityDeriver::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php The entity type manager.
ContentEntityFormTest::testEntityManagerDeprecation function core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php Tests the constructor bc layer for injecting the entity manager.
ContentEntityNormalizer::$linkManager property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The hypermedia link manager.
ContentEntityStorageBase::$entityFieldManager property core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php The entity field manager service.
ContentEntityTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php The migration plugin manager.
ContentLanguageSettingsForm::$entityTypeManager property core/modules/language/src/Form/ContentLanguageSettingsForm.php The entity type manager.
ContentLanguageSettingsUnitTest::$entityTypeManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The entity type manager used for testing.
ContentLanguageSettingsUnitTest::$typedConfigManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentModeration::$entityTypeManager property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The entity type manager.
ContentModerationConfigureEntityTypesForm::$entityTypeManager property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type manager service.
ContentModerationConfigureForm::$entityTypeManager property core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php The entity type manager.

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