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
ConfigManager::$extensionPathResolver property core/lib/Drupal/Core/Config/ConfigManager.php The extension path resolver.
ConfigManager::$storages property core/lib/Drupal/Core/Config/ConfigManager.php The configuration storages keyed by collection name.
ConfigManager::$typedConfigManager property core/lib/Drupal/Core/Config/ConfigManager.php The typed config manager.
ConfigManager::callOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php Calls an entity's onDependencyRemoval() method.
ConfigManager::createSnapshot function core/lib/Drupal/Core/Config/ConfigManager.php Creates a configuration snapshot following a successful import.
ConfigManager::diff function core/lib/Drupal/Core/Config/ConfigManager.php Creates a Diff object using the config data from the two storages.
ConfigManager::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds missing content dependencies declared in configuration entities.
ConfigManager::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManager.php Gets available collection information using the event system.
ConfigManager::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManager.php Creates and populates a ConfigDependencyManager object.
ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php Lists which config entities to update and delete on removal of a dependency.
ConfigManager::getConfigFactory function core/lib/Drupal/Core/Config/ConfigManager.php Gets the config factory.
ConfigManager::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManager.php Returns the entity type of a configuration object.
ConfigManager::getEntityTypeManager function core/lib/Drupal/Core/Config/ConfigManager.php Gets the entity type manager.
ConfigManager::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManager.php Loads a configuration entity using the configuration name.
ConfigManager::uninstall function core/lib/Drupal/Core/Config/ConfigManager.php Uninstalls the configuration of a given extension.
ConfigManager::__construct function core/lib/Drupal/Core/Config/ConfigManager.php Creates ConfigManager objects.
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 which 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

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