ConfigInstaller::getSourceStorage |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::getSourceStorage |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::installCollectionDefaultConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::installCollectionDefaultConfig |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::installDefaultConfig |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::installDefaultConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::installOptionalConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::installOptionalConfig |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::isSyncing |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::isSyncing |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
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 |
|
ConfigInstaller::setSourceStorage |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::setSyncing |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::setSyncing |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::validateDependencies |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Validates an array of config data that contains dependency information. |
ConfigInstaller::__construct |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Constructs the configuration installer. |
ConfigInstaller::__construct |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
Constructs a ProxyClass Drupal proxy object. |
ConfigInstallerInterface |
interface |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Interface for classes that install config. |
ConfigInstallerInterface.php |
file |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
|
ConfigInstallerInterface::checkConfigurationToInstall |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Checks the configuration that will be installed for an extension. |
ConfigInstallerInterface::getSourceStorage |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Gets the configuration storage that provides the default configuration. |
ConfigInstallerInterface::installCollectionDefaultConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Installs all default configuration in the specified collection. |
ConfigInstallerInterface::installDefaultConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Installs the default configuration of a given extension. |
ConfigInstallerInterface::installOptionalConfig |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Installs optional configuration. |
ConfigInstallerInterface::isSyncing |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Gets the syncing state. |
ConfigInstallerInterface::setSourceStorage |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Sets the configuration storage that provides the default configuration. |
ConfigInstallerInterface::setSyncing |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Sets the status of the isSyncing flag. |
ConfigInstallProfileOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
Tests that configuration objects are correct after various operations. |
ConfigInstallProfileOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
|
ConfigInstallProfileOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
The theme to install as the default for testing. |
ConfigInstallProfileOverrideTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
The profile to install as a basis for testing. |
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
Tests install profile config changes. |
ConfigInstallProfileUnmetDependenciesTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Tests install profile config overrides can not add unmet dependencies. |
ConfigInstallProfileUnmetDependenciesTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
|
ConfigInstallProfileUnmetDependenciesTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
The theme to install as the default for testing. |
ConfigInstallProfileUnmetDependenciesTest::$expectedException |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Contains the expected exception if it is thrown. |
ConfigInstallProfileUnmetDependenciesTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
The installation profile to install. |
ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Copy the testing_config_overrides install profile. |
ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Prepares the current environment for running the test. |
ConfigInstallProfileUnmetDependenciesTest::setUpSettings |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Installer step: Configure settings. |
ConfigInstallProfileUnmetDependenciesTest::setUpSite |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Final installer step: Configure site. |
ConfigInstallProfileUnmetDependenciesTest::testInstalled |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Confirms that the installation succeeded. |
ConfigInstallTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests installation of configuration objects in installation functionality. |
ConfigInstallTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
|
ConfigInstallTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Modules to install. |
ConfigInstallTest::installModules |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Installs a module. |
ConfigInstallTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
|
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests collections which do not support config entities install correctly. |
ConfigInstallTest::testCollectionInstallationCollections |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests config objects in collections are installed as expected. |