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 10.3.x for manager
  5. Other projects
Title Object type File name Summary
DefaultPluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::testCacheClearWithTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager cache clear with tags.
DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without the proper interface.
DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins with the proper interface.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests annotations and attributes on the default plugin manager.
DefaultPluginManagerTest::testDefaultPluginManagerAnnotationsOnly function core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests the deprecation message for using only annotations.
DefaultPluginManagerTest::testDefaultPluginManagerNoCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching disabled.
DefaultPluginManagerTest::testDefaultPluginManagerWithAlter function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a disabled module.
DefaultPluginManagerTest::testDefaultPluginManagerWithEmptyCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithObjects function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager and object plugin definitions.
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
DefaultPluginManagerTest::testGetCacheContexts function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests get cache contexts.
DefaultPluginManagerTest::testGetCacheMaxAge function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests get cache max age.
DefaultPluginManagerTest::testGetCacheTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests get cache tags.
DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager behavior for a missing plugin ID.
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without a required interface.
DefaultPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests process definition.
DefaultPluginManagerTest::testProviderExists function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests provider exists.
DefaultRevisionStateTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
DefaultSelection::$entityFieldManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity field manager service.
DefaultSelection::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity type manager service.
DefaultSelectionDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php The entity type manager.
DefaultSingleLazyPluginCollection::$manager property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The manager used to instantiate the plugins.
DefaultsSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type manager.
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultsTestPluginManager class core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php Defines a plugin manager used by Plugin API unit tests.
DefaultsTestPluginManager.php file core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php
DefaultsTestPluginManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php Constructs a new DefaultsTestPluginManager instance.
DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php The entity definition update manager.
DefaultTableMappingIntegrationTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php The entity field manager.
default_plugin_manager service core/core.services.yml Abstract
DeleteMultipleForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type manager.
DestinationCategoryTest::$migrationManager property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php The migration plugin manager.
DriverSpecificTransactionTestBase::testTransactionManagerFailureOnPendingStackItems function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests TransactionManager failure.
Drupal::accessManager function core/lib/Drupal.php Returns the access manager service.
Drupal::entityDefinitionUpdateManager function core/lib/Drupal.php Returns the entity definition update manager.
Drupal::entityTypeManager function core/lib/Drupal.php Retrieves the entity type manager.
Drupal::languageManager function core/lib/Drupal.php Returns the language manager service.
Drupal::typedDataManager function core/lib/Drupal.php Returns the typed data manager service.
DrupalSqlBase::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php The entity type manager.
DrupalSqlBaseTest::$entityTypeManager property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Mock entity type manager.
DrupalTest::testAccessManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the accessManager() method.
DrupalTest::testEntityTypeManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the entityTypeManager() method.
DrupalTest::testLanguageManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the languageManager() method.
DrupalTest::testTypedDataManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the typedDataManager() method.
Drupal\package_manager\ComposerInspector service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\EventSubscriber\ChangeLogger service core/modules/package_manager/package_manager.services.yml

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