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
tabbingmanager_test.routing.yml file core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.routing.yml core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.routing.yml
Tables::$entityFieldManager property core/lib/Drupal/Core/Entity/Query/Sql/Tables.php The entity field manager.
Tables::$entityTypeManager property core/lib/Drupal/Core/Entity/Query/Sql/Tables.php The entity type manager.
TaxonomyPermissions::$entityTypeManager property core/modules/taxonomy/src/TaxonomyPermissions.php The entity type manager.
TaxonomyTermHierarchyConstraintValidator::$entityTypeManager property core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php The entity type manager.
TemplateProjectTestBase::makePackageManagerTestApiRequest function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Gets a /package-manager-test-api response.
TemplateProjectTestBase::visitPackageManagerChangeLog function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Visits the 'admin/reports/dblog' and selects Package Manager's change log.
TemporaryQueryGuard::$fieldManager property core/modules/jsonapi/src/Access/TemporaryQueryGuard.php The entity field manager.
TemporaryQueryGuard::setFieldManager function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Sets the entity field manager.
TermBreadcrumbBuilder::$entityTypeManager property core/modules/taxonomy/src/TermBreadcrumbBuilder.php The entity type manager.
TestConfigEntityWithPluginCollections::$pluginManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin manager.
TestConfigEntityWithPluginCollections::setPluginManager function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestDirectWriteSandboxManager class core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Defines a test-only sandbox manager that allows direct-write.
TestDirectWriteSandboxManager::$type property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The stage type.
TestElementInfoManager class core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Provides a test custom element plugin.
TestElementInfoManager::$elementInfo property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Stores the available element information.
TestEntityFieldManager class core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Stub class for testing EntityFieldManager.
TestEntityFieldManager::testClearEntityFieldInfo function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Allows the static caches to be cleared.
TestEntityForm::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The entity type manager.
TestEntityForm::setEntityTypeManager function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestEntityTypeManager class core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides a test entity type manager.
TestEntityTypeManager::setDiscovery function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Sets the discovery for the manager.
TestFilteredPluginManager class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Class that allows testing the trait.
TestFilteredPluginManager::$contextHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The context handler.
TestFilteredPluginManager::$definitions property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php An array of plugin definitions.
TestFilteredPluginManager::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The module handler.
TestFilteredPluginManager::$themeManager property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The theme manager.
TestFilteredPluginManager::contextHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the context handler.
TestFilteredPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().
TestFilteredPluginManager::getType function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php A string identifying the plugin type.
TestFilteredPluginManager::moduleHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the module handler.
TestFilteredPluginManager::themeManager function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the theme manager.
TestFilteredPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestLazyPluginCollection::$manager property core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Stores the plugin manager used by this collection.
TestLocalActionManager class core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Stub class for testing LocalActionManager.
TestLocalActionManager::__construct function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Constructs a LocalActionManager object.
TestMailManager class core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Provides a testing version of MailManager with an empty constructor.
TestMailManager::doMail function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Composes and optionally sends an email message.
TestMailManager::setDiscovery function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Sets the discovery for the manager.
TestMigration::setMigrationPluginManager function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the plugin manager service.
TestPluginManager class core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php Defines a plugin manager used by Plugin API unit tests.
TestPluginManager class core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php A plugin manager for condition plugins.
TestPluginManager.php file core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php
TestPluginManager.php file core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php
TestPluginManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php
TestPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php Constructs a TestPluginManager object.
TestPluginManagerWithDefaults class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Plugin manager test class with defaults assigned.
TestPluginManagerWithDefaults::$defaults property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php A set of defaults to be referenced by $this->processDefinition().
TestSandboxManager class core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Defines a stage specifically for testing purposes.
TestSandboxManager::$type property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The stage type.

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