Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityAdapter::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigEntityAdapter::getTypedConfigManager | function | core/ |
Gets the typed config manager. |
ConfigEntityAdapter::getTypedDataManager | function | core/ |
@todo Remove this in https://www.drupal.org/node/3011137. |
ConfigEntityAdapter::setTypedDataManager | function | core/ |
@todo Remove this in https://www.drupal.org/node/3011137. |
ConfigEntityBase::getConfigManager | function | core/ |
Gets the configuration manager. |
ConfigEntityBaseUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
ConfigEntityBaseUnitTest::$languageManager | property | core/ |
The language manager. |
ConfigEntityBaseUnitTest::$typedConfigManager | property | core/ |
The mocked typed config manager. |
ConfigEntityMapper::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigEntityMapperTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
ConfigEntityMapperTest::$languageManager | property | core/ |
The mocked language manager. |
ConfigEntityStorage::$languageManager | property | core/ |
The language manager. |
ConfigEntityStorageTest::$configManager | property | core/ |
The configuration manager. |
ConfigEntityStorageTest::$languageManager | property | core/ |
The language manager. |
ConfigEntityTypeTest::$typedConfigManager | property | core/ |
The mocked typed config manager. |
ConfigEntityUpdater::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigFactory::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigFieldMapperTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
ConfigFormBase::typedConfigManager | function | core/ |
Returns the typed config manager service. |
ConfigImporter::$configManager | property | core/ |
The configuration manager. |
ConfigImporter::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigImportSubscriber::$configManager | property | core/ |
The config manager. |
ConfigImportSubscriber::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigInstaller::$configManager | property | core/ |
The configuration manager. |
ConfigManager | class | core/ |
The ConfigManager provides helper functions for the configuration system. |
ConfigManager.php | file | core/ |
|
ConfigManager::$activeStorage | property | core/ |
The active configuration storage. |
ConfigManager::$configCollectionInfo | property | core/ |
The configuration collection info. |
ConfigManager::$configFactory | property | core/ |
The configuration factory. |
ConfigManager::$entityRepository | property | core/ |
The entity repository. |
ConfigManager::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigManager::$eventDispatcher | property | core/ |
The event dispatcher. |
ConfigManager::$extensionPathResolver | property | core/ |
The extension path resolver. |
ConfigManager::$storages | property | core/ |
The configuration storages keyed by collection name. |
ConfigManager::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigManager::callOnDependencyRemoval | function | core/ |
Calls an entity's onDependencyRemoval() method. |
ConfigManager::createSnapshot | function | core/ |
Creates a configuration snapshot following a successful import. |
ConfigManager::diff | function | core/ |
Creates a Diff object using the config data from the two storages. |
ConfigManager::findConfigEntityDependencies | function | core/ |
Finds config entities that are dependent on extensions or entities. |
ConfigManager::findConfigEntityDependenciesAsEntities | function | core/ |
Finds config entities that are dependent on extensions or entities. |
ConfigManager::findMissingContentDependencies | function | core/ |
Finds missing content dependencies declared in configuration entities. |
ConfigManager::getConfigCollectionInfo | function | core/ |
Gets available collection information using the event system. |
ConfigManager::getConfigDependencyManager | function | core/ |
Creates and populates a ConfigDependencyManager object. |
ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval | function | core/ |
Lists config entities to update and delete on removal of a dependency. |
ConfigManager::getConfigFactory | function | core/ |
Gets the config factory. |
ConfigManager::getEntityTypeIdByName | function | core/ |
Returns the entity type of a configuration object. |
ConfigManager::getEntityTypeManager | function | core/ |
Gets the entity type manager. |
ConfigManager::loadConfigEntityByName | function | core/ |
Loads a configuration entity using the configuration name. |
ConfigManager::uninstall | function | core/ |
Uninstalls the configuration of a given extension. |
ConfigManager::__construct | function | core/ |
Creates ConfigManager objects. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.