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 |
---|---|---|---|
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 which 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. |
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 which 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/ |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.