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
Sql::$migrationPluginManager property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migration plugin manager.
SqlBase::$pagerManager property core/modules/views/src/Plugin/views/pager/SqlBase.php The pager manager.
SqlContentEntityStorage::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type manager.
SqlContentEntityStorage::$languageManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The language manager.
SqlContentEntityStorageSchema::$entityFieldManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The entity field manager service.
SqlContentEntityStorageSchema::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The entity type manager.
SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The entity definition update manager.
SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The entity definition update manager.
SqlContentEntityStorageSchemaTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity field manager used in this test.
SqlContentEntityStorageSchemaTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity type manager used in this test.
SqlContentEntityStorageTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The mocked entity field manager used in this test.
SqlContentEntityStorageTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The mocked entity type manager used in this test.
SqlContentEntityStorageTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The language manager.
SqlTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php The migration plugin manager.
SqlTest::setupEntityTypeManager function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the entity type manager in the container.
StableLibraryOverrideTestBase::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme manager.
StorableConfigBase::$typedConfigManager property core/lib/Drupal/Core/Config/StorableConfigBase.php The typed config manager.
StorageManagerInterface interface core/lib/Drupal/Core/Config/StorageManagerInterface.php Interface for a storage manager.
StorageManagerInterface.php file core/lib/Drupal/Core/Config/StorageManagerInterface.php
StorageManagerInterface::getStorage function core/lib/Drupal/Core/Config/StorageManagerInterface.php Get the config storage.
StreamWrapperManager class core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Provides a StreamWrapper manager.
StreamWrapperManager.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
StreamWrapperManager::$info property core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Contains stream wrapper info.
StreamWrapperManager::$wrappers property core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Contains collected stream wrappers.
StreamWrapperManager::addStreamWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Adds a stream wrapper.
StreamWrapperManager::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the stream wrapper class name for a given scheme.
StreamWrapperManager::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper descriptions.
StreamWrapperManager::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper names.
StreamWrapperManager::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManager::getTarget function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the part of a URI after the schema.
StreamWrapperManager::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManager::getViaUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a reference to the stream wrapper class responsible for a URI.
StreamWrapperManager::getWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a stream wrapper instance.
StreamWrapperManager::getWrappers function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Provides Drupal stream wrapper registry.
StreamWrapperManager::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Checks that the scheme of a stream URI is valid.
StreamWrapperManager::isValidUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Determines whether the URI has a valid scheme for file API operations.
StreamWrapperManager::normalizeUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Normalizes a URI by making it syntactically correct.
StreamWrapperManager::register function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Registers the tagged stream wrappers.
StreamWrapperManager::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Registers stream wrapper with PHP.
StreamWrapperManager::unregister function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Deregisters the tagged stream wrappers.
StreamWrapperManager::__construct function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Constructs a StreamWrapperManager object.
StreamWrapperManagerInterface interface core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Provides a StreamWrapper manager.
StreamWrapperManagerInterface.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
StreamWrapperManagerInterface::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the stream wrapper class name for a given scheme.
StreamWrapperManagerInterface::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper descriptions.
StreamWrapperManagerInterface::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper names.
StreamWrapperManagerInterface::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManagerInterface::getTarget function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the part of a URI after the schema.
StreamWrapperManagerInterface::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManagerInterface::getViaUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a URI.

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