Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
config.module | file | core/ |
Allows site administrators to modify configuration. |
config.permissions.yml | file | core/ |
core/modules/config/config.permissions.yml |
Config.php | file | core/ |
|
Config.php | file | core/ |
|
Config.php | file | composer/ |
|
Config.php | file | core/ |
|
config.routing.yml | file | core/ |
core/modules/config/config.routing.yml |
config.services.yml | file | core/ |
core/modules/config/config.services.yml |
config.storage | service | core/ |
Drupal\Core\Config\CachedStorage |
config.storage.active | service | core/ |
Drupal\Core\Config\DatabaseStorage |
config.storage.export | service | core/ |
Drupal\Core\Config\ManagedStorage |
config.storage.export.manager | service | core/ |
Drupal\Core\Config\ExportStorageManager |
config.storage.schema | service | core/ |
Drupal\Core\Config\ExtensionInstallStorage |
config.storage.snapshot | service | core/ |
Drupal\Core\Config\DatabaseStorage |
config.storage.staging | service | core/ |
Drupal\Core\Config\FileStorage |
config.storage.sync | service | core/ |
Alias of config.storage.staging |
config.typed | service | core/ |
Drupal\Core\Config\TypedConfigManager |
Config::$config | property | core/ |
The config object. |
Config::$configData | property | composer/ |
Configuration gleaned from the root package. |
Config::$defaultConfig | property | composer/ |
The default configuration which will always be merged with user config. |
Config::$eventDispatcher | property | core/ |
An event dispatcher instance to use for configuration events. |
Config::$language_manager | property | core/ |
The language manager. |
Config::$moduleOverrides | property | core/ |
The current module overrides. |
Config::$overriddenData | property | core/ |
The current runtime data. |
Config::$rootPackage | property | composer/ |
The root package. |
Config::$settingsOverrides | property | core/ |
The current settings overrides. |
Config::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
Config::clear | function | core/ |
Unsets a value in this configuration object. |
Config::create | function | core/ |
Creates an instance of the plugin. |
Config::delete | function | core/ |
Deletes the configuration object. |
Config::fields | function | core/ |
Returns an array of destination fields. |
Config::fields | function | core/ |
Returns available fields on the source. |
Config::get | function | core/ |
Gets data from this configuration object. |
Config::getAllCleanupPaths | function | composer/ |
Gets the configured list of directories to remove from the root package. |
Config::getDestinationModule | function | core/ |
Gets the destination module handling the destination data. |
Config::getIds | function | core/ |
Gets the destination IDs. |
Config::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
Config::getOriginal | function | core/ |
Gets original data from this configuration object. |
Config::getPathsForPackage | function | composer/ |
Get a list of paths to remove for the given package. |
Config::getRawData | function | core/ |
Gets the raw data without overrides. |
Config::hasOverrides | function | core/ |
Determines if overrides are applied to a key for this configuration object. |
Config::import | function | core/ |
Import the row. |
Config::initWithData | function | core/ |
Initializes a configuration object with pre-loaded data. |
Config::isTranslationDestination | function | core/ |
Get whether this destination is for translations. |
Config::prepareRow | function | core/ |
Adds additional data to the row. |
Config::query | function | core/ |
|
Config::resetOverriddenData | function | core/ |
Resets the current data, so overrides are re-applied. |
Config::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
Config::save | function | core/ |
Saves the configuration object. |
Config::set | function | core/ |
Sets a value in this configuration object. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.