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 11.x for manager
  5. Other projects
Title Object type File name Summary
ConfigDependencyManager.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php
ConfigDependencyManager::$data property core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php The config entity data.
ConfigDependencyManager::$graph property core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php The directed acyclic graph.
ConfigDependencyManager::createGraphConfigEntityDependencies function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Creates a graph of config entity dependencies.
ConfigDependencyManager::getDependentEntities function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Gets dependencies.
ConfigDependencyManager::getGraph function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Gets the dependency graph of all the config entities.
ConfigDependencyManager::prepareMultisort function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Extracts data from the graph for use in array_multisort().
ConfigDependencyManager::setData function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Sets data to calculate dependencies for.
ConfigDependencyManager::sortAll function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Sorts the dependencies in order of most dependent last.
ConfigDependencyManager::updateData function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Updates one of the lightweight ConfigEntityDependency objects.
ConfigDependencyManagerTest class core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php Tests the ConfigDependencyManager class.
ConfigDependencyManagerTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php Tests the ConfigDependencyManager class.
ConfigDependencyManagerTest.php file core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php
ConfigDependencyManagerTest.php file core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php
ConfigDependencyManagerTest::providerTestSortAll function core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php
ConfigDependencyManagerTest::testNoConfigEntities function core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php
ConfigDependencyManagerTest::testNoConfiguration function core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php
ConfigDependencyManagerTest::testSortAll function core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php @dataProvider providerTestSortAll
ConfigEntityAdapter::$typedConfigManager property core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php The typed config manager.
ConfigEntityAdapter::getTypedConfigManager function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php Gets the typed config manager.
ConfigEntityAdapter::getTypedDataManager function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php @todo Remove this in https://www.drupal.org/node/3011137.
ConfigEntityAdapter::setTypedDataManager function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php @todo Remove this in https://www.drupal.org/node/3011137.
ConfigEntityBase::getConfigManager function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration manager.
ConfigEntityBaseUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The entity type manager used for testing.
ConfigEntityBaseUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The language manager.
ConfigEntityBaseUnitTest::$typedConfigManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The mocked typed config manager.
ConfigEntityMapper::$entityTypeManager property core/modules/config_translation/src/ConfigEntityMapper.php The entity type manager.
ConfigEntityMapperTest::$entityTypeManager property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The entity type manager used for testing.
ConfigEntityMapperTest::$languageManager property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The mocked language manager.
ConfigEntityStorage::$languageManager property core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php The language manager.
ConfigEntityStorageTest::$configManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The configuration manager.
ConfigEntityStorageTest::$languageManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The language manager.
ConfigEntityTypeTest::$typedConfigManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php The mocked typed config manager.
ConfigEntityUpdater::$entityTypeManager property core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The entity type manager.
ConfigFactory::$typedConfigManager property core/lib/Drupal/Core/Config/ConfigFactory.php The typed config manager.
ConfigFieldMapperTest::$entityTypeManager property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The entity type manager used for testing.
ConfigFormBase::typedConfigManager function core/lib/Drupal/Core/Form/ConfigFormBase.php Returns the typed config manager service.
ConfigImporter::$configManager property core/lib/Drupal/Core/Config/ConfigImporter.php The configuration manager.
ConfigImporter::$typedConfigManager property core/lib/Drupal/Core/Config/ConfigImporter.php The typed config manager.
ConfigImportSubscriber::$configManager property core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php The config manager.
ConfigImportSubscriber::$entityTypeManager property core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php The entity type manager.
ConfigInstaller::$configManager property core/lib/Drupal/Core/Config/ConfigInstaller.php The configuration manager.
ConfigManager class core/lib/Drupal/Core/Config/ConfigManager.php The ConfigManager provides helper functions for the configuration system.
ConfigManager.php file core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::$activeStorage property core/lib/Drupal/Core/Config/ConfigManager.php The active configuration storage.
ConfigManager::$configCollectionInfo property core/lib/Drupal/Core/Config/ConfigManager.php The configuration collection info.
ConfigManager::$configFactory property core/lib/Drupal/Core/Config/ConfigManager.php The configuration factory.
ConfigManager::$entityRepository property core/lib/Drupal/Core/Config/ConfigManager.php The entity repository.
ConfigManager::$entityTypeManager property core/lib/Drupal/Core/Config/ConfigManager.php The entity type manager.
ConfigManager::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigManager.php The event dispatcher.

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