Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
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.
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
ConfigManager::diff function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getConfigFactory function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getEntityTypeManager function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::uninstall function core/lib/Drupal/Core/Config/ConfigManager.php
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.
ConfigMapperInterface interface core/modules/config_translation/src/ConfigMapperInterface.php Defines an interface for configuration mapper.
ConfigMapperInterface.php file core/modules/config_translation/src/ConfigMapperInterface.php
ConfigMapperInterface::addConfigName function core/modules/config_translation/src/ConfigMapperInterface.php Adds the given configuration name to the list of names.
ConfigMapperInterface::getAddRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation add form route.
ConfigMapperInterface::getAddRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation add form route.
ConfigMapperInterface::getAddRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation add form route.
ConfigMapperInterface::getBasePath function core/modules/config_translation/src/ConfigMapperInterface.php Returns a processed path for the base route the mapper is attached to.
ConfigMapperInterface::getBaseRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the base route object the mapper is attached to.
ConfigMapperInterface::getBaseRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the base route the mapper is attached to.
ConfigMapperInterface::getBaseRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the base route the mapper is attached to.

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