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