ConfigImportUploadTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
Modules to install. |
ConfigImportUploadTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
A user with the 'import configuration' permission. |
ConfigImportUploadTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
|
ConfigImportUploadTest::testImport |
function |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
Tests importing configuration. |
ConfigImportValidateEventSubscriberBase |
class |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
Defines a base event listener implementation for config sync validation. |
ConfigImportValidateEventSubscriberBase.php |
file |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
|
ConfigImportValidateEventSubscriberBase::getSubscribedEvents |
function |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
|
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate |
function |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
Checks that the configuration synchronization is valid. |
ConfigInstaller |
class |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller |
class |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Provides a proxy class for \Drupal\Core\Config\ConfigInstaller. |
ConfigInstaller.php |
file |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller.php |
file |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::$activeStorages |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The active configuration storages, keyed by collection. |
ConfigInstaller::$configFactory |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The configuration factory. |
ConfigInstaller::$configManager |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The configuration manager. |
ConfigInstaller::$container |
property |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
The service container. |
ConfigInstaller::$drupalProxyOriginalServiceId |
property |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
The id of the original proxied service. |
ConfigInstaller::$eventDispatcher |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The event dispatcher. |
ConfigInstaller::$installProfile |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The name of the currently active installation profile. |
ConfigInstaller::$isSyncing |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Is configuration being created as part of a configuration sync. |
ConfigInstaller::$service |
property |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
The real proxied service, after it was lazy loaded. |
ConfigInstaller::$sourceStorage |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The configuration storage that provides the default configuration. |
ConfigInstaller::$typedConfig |
property |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
The typed configuration manager. |
ConfigInstaller::checkConfigurationToInstall |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Checks the configuration that will be installed for an extension. |
ConfigInstaller::checkConfigurationToInstall |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Checks the configuration that will be installed for an extension. |
ConfigInstaller::createConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Creates configuration in a collection based on the provided list. |
ConfigInstaller::drupalGetPath |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Wrapper for drupal_get_path(). |
ConfigInstaller::drupalGetProfile |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the install profile from settings. |
ConfigInstaller::drupalInstallationAttempted |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Wrapper for drupal_installation_attempted(). |
ConfigInstaller::findDefaultConfigWithUnmetDependencies |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Finds default configuration with unmet dependencies. |
ConfigInstaller::findPreExistingConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Finds pre-existing configuration objects for the provided extension. |
ConfigInstaller::getActiveStorages |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the configuration storage that provides the active configuration. |
ConfigInstaller::getConfigToCreate |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets configuration data from the provided storage to create. |
ConfigInstaller::getDefaultConfigDirectory |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets an extension's default configuration directory. |
ConfigInstaller::getEnabledExtensions |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the list of enabled extensions including both modules and themes. |
ConfigInstaller::getMissingDependencies |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Returns an array of missing dependencies for a config object. |
ConfigInstaller::getProfileStorages |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the profile storage to use to check for profile overrides. |
ConfigInstaller::getSourceStorage |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the configuration storage that provides the default configuration. |
ConfigInstaller::getSourceStorage |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Gets the configuration storage that provides the default configuration. |
ConfigInstaller::installCollectionDefaultConfig |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Installs all default configuration in the specified collection. |
ConfigInstaller::installCollectionDefaultConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Installs all default configuration in the specified collection. |
ConfigInstaller::installDefaultConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Installs the default configuration of a given extension. |
ConfigInstaller::installDefaultConfig |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Installs the default configuration of a given extension. |
ConfigInstaller::installOptionalConfig |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Installs optional configuration. |
ConfigInstaller::installOptionalConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Installs optional configuration. |
ConfigInstaller::isSyncing |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Gets the syncing state. |
ConfigInstaller::isSyncing |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Gets the syncing state. |
ConfigInstaller::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Lazy loads the real service from the container. |
ConfigInstaller::setSourceStorage |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Sets the configuration storage that provides the default configuration. |
ConfigInstaller::setSourceStorage |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Sets the configuration storage that provides the default configuration. |