Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
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 Modules to install.
ConfigurableLanguageManagerTest::$modules property core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Modules to install.
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 Tests translation with URL and Preferred Admin Language negotiators.
ConfigurableLanguageManagerTest::testUrlContentTranslationWithSessionLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Tests 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.
ConfigurablePluginTest::$manager property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php The manager for "CKEditor 5 plugin" plugins.
ConfigureBlockFormBase::$blockManager property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The block manager.
Connection::$transactionManager property core/lib/Drupal/Core/Database/Connection.php The transaction manager.
Connection::driverTransactionManager function core/lib/Drupal/Core/Database/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::getPagerManager function core/lib/Drupal/Core/Database/Connection.php Get the pager manager service, if available.
Connection::transactionManager function core/lib/Drupal/Core/Database/Connection.php Returns the transaction 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.
ContentEntityNonRevisionableFieldTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php The entity definition update manager.
ContentEntityNonRevisionableFieldTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php The entity field 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.
ContentModerationRouteSubscriber::$entityTypeManager property core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php The entity type manager.
ContentModerationStateTest::$entityDefinitionUpdateManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php The entity definition update manager.
ContentModerationStateTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
ContentModerationWorkflowConfigTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentTranslationContextualLinks::$contentTranslationManager property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php The content translation manager.

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