Config.php |
file |
composer/Plugin/VendorHardening/Config.php |
|
Config.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php |
|
Config.php |
file |
core/lib/Drupal/Core/Config/Config.php |
|
Config.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
|
config.routing.yml |
file |
core/modules/config/config.routing.yml |
core/modules/config/config.routing.yml |
config.services.yml |
file |
core/modules/config/config.services.yml |
core/modules/config/config.services.yml |
config.storage |
service |
core/core.services.yml |
Drupal\Core\Config\CachedStorage |
config.storage.active |
service |
core/core.services.yml |
Drupal\Core\Config\DatabaseStorage |
config.storage.checkpoint |
service |
core/core.services.yml |
Drupal\Core\Config\Checkpoint\CheckpointStorage |
config.storage.export |
service |
core/core.services.yml |
Drupal\Core\Config\ManagedStorage |
config.storage.export.manager |
service |
core/core.services.yml |
Drupal\Core\Config\ExportStorageManager |
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.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 |
|
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::$typedConfigManager |
property |
core/modules/migrate/src/Plugin/migrate/destination/Config.php |
The typed config manager service. |
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::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. |