config.storage.schema |
service |
core/core.services.yml |
Drupal\Core\Config\ExtensionInstallStorage |
config.storage.snapshot |
service |
core/core.services.yml |
Drupal\Core\Config\DatabaseStorage |
config.storage.staging |
service |
core/core.services.yml |
Alias of config.storage.sync |
config.storage.sync |
service |
core/core.services.yml |
Drupal\Core\Config\FileStorage |
config.typed |
service |
core/core.services.yml |
Drupal\Core\Config\TypedConfigManager |
Config::$config |
property |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
The config object. |
Config::$configData |
property |
composer/Plugin/VendorHardening/Config.php |
Configuration gleaned from the root package. |
Config::$defaultConfig |
property |
composer/Plugin/VendorHardening/Config.php |
The default configuration which will always be merged with user config. |
Config::$eventDispatcher |
property |
core/lib/Drupal/Core/Config/Config.php |
An event dispatcher instance to use for configuration events. |
Config::$language_manager |
property |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
The language manager. |
Config::$moduleOverrides |
property |
core/lib/Drupal/Core/Config/Config.php |
The current module overrides. |
Config::$overriddenData |
property |
core/lib/Drupal/Core/Config/Config.php |
The current runtime data. |
Config::$rootPackage |
property |
composer/Plugin/VendorHardening/Config.php |
The root package. |
Config::$settingsOverrides |
property |
core/lib/Drupal/Core/Config/Config.php |
The current settings overrides. |
Config::calculateDependencies |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Calculates dependencies for the configured plugin. |
Config::clear |
function |
core/lib/Drupal/Core/Config/Config.php |
Unsets a value in this configuration object. |
Config::create |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Creates an instance of the plugin. |
Config::delete |
function |
core/lib/Drupal/Core/Config/Config.php |
Deletes the configuration object. |
Config::fields |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Returns an array of destination fields. |
Config::fields |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php |
Returns available fields on the source. |
Config::get |
function |
core/lib/Drupal/Core/Config/Config.php |
Gets data from this configuration object. |
Config::getAllCleanupPaths |
function |
composer/Plugin/VendorHardening/Config.php |
Gets the configured list of directories to remove from the root package. |
Config::getDestinationModule |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Gets the destination module handling the destination data. |
Config::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Gets the destination IDs. |
Config::getIds |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php |
Defines the source fields uniquely identifying a source row. |
Config::getOriginal |
function |
core/lib/Drupal/Core/Config/Config.php |
Gets original data from this configuration object. |
Config::getPathsForPackage |
function |
composer/Plugin/VendorHardening/Config.php |
Get a list of paths to remove for the given package. |
Config::getRawData |
function |
core/lib/Drupal/Core/Config/Config.php |
Gets the raw data without overrides. |
Config::hasOverrides |
function |
core/lib/Drupal/Core/Config/Config.php |
Determines if overrides are applied to a key for this configuration object. |
Config::import |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Import the row. |
Config::initWithData |
function |
core/lib/Drupal/Core/Config/Config.php |
Initializes a configuration object with pre-loaded data. |
Config::isTranslationDestination |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Get whether this destination is for translations. |
Config::prepareRow |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php |
Adds additional data to the row. |
Config::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php |
|
Config::resetOverriddenData |
function |
core/lib/Drupal/Core/Config/Config.php |
Resets the current data, so overrides are re-applied. |
Config::rollback |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Delete the specified destination object from the target Drupal. |
Config::save |
function |
core/lib/Drupal/Core/Config/Config.php |
Saves the configuration object. |
Config::set |
function |
core/lib/Drupal/Core/Config/Config.php |
Sets a value in this configuration object. |
Config::setData |
function |
core/lib/Drupal/Core/Config/Config.php |
Replaces the data of this configuration object. |
Config::setModuleOverride |
function |
core/lib/Drupal/Core/Config/Config.php |
Sets module overrides for this configuration object. |
Config::setOverriddenData |
function |
core/lib/Drupal/Core/Config/Config.php |
Sets the current data for this configuration object. |
Config::setSettingsOverride |
function |
core/lib/Drupal/Core/Config/Config.php |
Sets settings.php overrides for this configuration object. |
Config::__construct |
function |
core/lib/Drupal/Core/Config/Config.php |
Constructs a configuration object. |
Config::__construct |
function |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
Constructs a Config destination object. |
Config::__construct |
function |
composer/Plugin/VendorHardening/Config.php |
Construct a Config object. |
ConfigAccessTest |
class |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
Tests handling of configuration overrides. |
ConfigAccessTest.php |
file |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
|
ConfigAccessTest::$defaultTheme |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
The theme to install as the default for testing. |
ConfigAccessTest::$modules |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
Modules to enable. |
ConfigAccessTest::setUp |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
|