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
ConfigManagerInterface interface core/lib/Drupal/Core/Config/ConfigManagerInterface.php Provides an interface for configuration manager.
ConfigManagerInterface.php file core/lib/Drupal/Core/Config/ConfigManagerInterface.php
ConfigManagerInterface::createSnapshot function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates a configuration snapshot following a successful import.
ConfigManagerInterface::diff function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates a Diff object using the config data from the two storages.
ConfigManagerInterface::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets available collection information using the event system.
ConfigManagerInterface::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates and populates a ConfigDependencyManager object.
ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Lists config entities to update and delete on removal of a dependency.
ConfigManagerInterface::getConfigFactory function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets the config factory.
ConfigManagerInterface::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Returns the entity type of a configuration object.
ConfigManagerInterface::getEntityTypeManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets the entity type manager.
ConfigManagerInterface::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Loads a configuration entity using the configuration name.
ConfigManagerInterface::uninstall function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Uninstalls the configuration of a given extension.
ConfigMapperManager class core/modules/config_translation/src/ConfigMapperManager.php Manages plugins for configuration translation mappers.
ConfigMapperManager.php file core/modules/config_translation/src/ConfigMapperManager.php
ConfigMapperManager::$defaults property core/modules/config_translation/src/ConfigMapperManager.php A set of defaults to be referenced by $this->processDefinition().
ConfigMapperManager::$languageManager property core/modules/config_translation/src/ConfigMapperManager.php The language manager.
ConfigMapperManager::$themeHandler property core/modules/config_translation/src/ConfigMapperManager.php The theme handler.
ConfigMapperManager::$typedConfigManager property core/modules/config_translation/src/ConfigMapperManager.php The typed config manager.
ConfigMapperManager::buildDataDefinition function core/modules/config_translation/src/ConfigMapperManager.php
ConfigMapperManager::clearCachedDefinitions function core/modules/config_translation/src/ConfigMapperManager.php Clears static and persistent plugin definition caches.
ConfigMapperManager::findDefinitions function core/modules/config_translation/src/ConfigMapperManager.php Finds plugin definitions.
ConfigMapperManager::findTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if at least one translatable element is found.
ConfigMapperManager::getDiscovery function core/modules/config_translation/src/ConfigMapperManager.php Gets the plugin discovery.
ConfigMapperManager::getMappers function core/modules/config_translation/src/ConfigMapperManager.php Returns an array of all mappers.
ConfigMapperManager::hasTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManager::processDefinition function core/modules/config_translation/src/ConfigMapperManager.php Performs extra processing on plugin definitions.
ConfigMapperManager::__construct function core/modules/config_translation/src/ConfigMapperManager.php Constructs a ConfigMapperManager.
ConfigMapperManagerInterface interface core/modules/config_translation/src/ConfigMapperManagerInterface.php Provides a common interface for config mapper managers.
ConfigMapperManagerInterface.php file core/modules/config_translation/src/ConfigMapperManagerInterface.php
ConfigMapperManagerInterface::getMappers function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns an array of all mappers.
ConfigMapperManagerInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManagerTest class core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests the functionality provided by configuration translation mapper manager.
ConfigMapperManagerTest.php file core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
ConfigMapperManagerTest::$configMapperManager property core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php The configuration mapper manager to test.
ConfigMapperManagerTest::$typedConfigManager property core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php The typed configuration manager used for testing.
ConfigMapperManagerTest::getElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked schema element.
ConfigMapperManagerTest::getNestedElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked nested schema element.
ConfigMapperManagerTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Provides data for ConfigMapperManager::testHasTranslatable()
ConfigMapperManagerTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
ConfigMapperManagerTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests ConfigMapperManager::hasTranslatable().
ConfigNamesMapper::$configMapperManager property core/modules/config_translation/src/ConfigNamesMapper.php The mapper plugin discovery service.
ConfigNamesMapper::$languageManager property core/modules/config_translation/src/ConfigNamesMapper.php The language manager.
ConfigNamesMapper::$localeConfigManager property core/modules/config_translation/src/ConfigNamesMapper.php The typed configuration manager.
ConfigNamesMapper::$typedConfigManager property core/modules/config_translation/src/ConfigNamesMapper.php The typed config manager.
ConfigNamesMapperTest::$configMapperManager property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The configuration mapper manager.
ConfigNamesMapperTest::$languageManager property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The mocked language manager.
ConfigNamesMapperTest::$localeConfigManager property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The locale configuration manager.

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