Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigDependencyManager.php | file | core/ |
|
ConfigDependencyManager::$data | property | core/ |
The config entity data. |
ConfigDependencyManager::$graph | property | core/ |
The directed acyclic graph. |
ConfigDependencyManager::createGraphConfigEntityDependencies | function | core/ |
Creates a graph of config entity dependencies. |
ConfigDependencyManager::getDependentEntities | function | core/ |
Gets dependencies. |
ConfigDependencyManager::getGraph | function | core/ |
Gets the dependency graph of all the config entities. |
ConfigDependencyManager::prepareMultisort | function | core/ |
Extracts data from the graph for use in array_multisort(). |
ConfigDependencyManager::setData | function | core/ |
Sets data to calculate dependencies for. |
ConfigDependencyManager::sortAll | function | core/ |
Sorts the dependencies in order of most dependent last. |
ConfigDependencyManager::updateData | function | core/ |
Updates one of the lightweight ConfigEntityDependency objects. |
ConfigDependencyManagerTest | class | core/ |
Tests the ConfigDependencyManager class. |
ConfigDependencyManagerTest | class | core/ |
Tests the ConfigDependencyManager class. |
ConfigDependencyManagerTest.php | file | core/ |
|
ConfigDependencyManagerTest.php | file | core/ |
|
ConfigDependencyManagerTest::providerTestSortAll | function | core/ |
|
ConfigDependencyManagerTest::testNoConfigEntities | function | core/ |
|
ConfigDependencyManagerTest::testNoConfiguration | function | core/ |
|
ConfigDependencyManagerTest::testSortAll | function | core/ |
@dataProvider providerTestSortAll |
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. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.