| InstallerExistingConfigSyncDirectoryMultilingualTest::getConfigLocation |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
Gets the path to the configuration directory. |
| InstallerExistingConfigSyncDirectoryMultilingualTest::getPo |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
Returns the string for the test .po file. |
| InstallerExistingConfigSyncDirectoryMultilingualTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
Prepares the current environment for running the test. |
| InstallerExistingConfigSyncDirectoryMultilingualTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
Installer step: Select installation profile. |
| InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
Confirms that the installation installed the configuration correctly. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
The theme to install as the default for testing. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::getConfigLocation |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Gets the path to the configuration directory. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Installer step: Select installation profile. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Installer step: Requirements problem. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Installer step: Configure settings. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Final installer step: Configure site. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Tests installing from config is not available due to hook_INSTALL(). |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::visitInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Visits the interactive installer. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Verifies that installing from existing configuration works. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
The theme to install as the default for testing. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::getConfigLocation |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Gets the path to the configuration directory. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Installer step: Configure settings. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Final installer step: Configure site. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Tests that profile mismatch fails to install. |
| InstallerExistingConfigTestBase::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php |
|
| InstallerKernel::getConfigStorage |
function |
core/lib/Drupal/Core/Installer/InstallerKernel.php |
Returns the active configuration storage used during early install. |
| InstallerKernel::resetConfigStorage |
function |
core/lib/Drupal/Core/Installer/InstallerKernel.php |
Reset the bootstrap config storage. |
| InstallerRedirectTrait::shouldRedirectToInstaller |
function |
core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php |
Determines if an exception handler should redirect to the installer. |
| InstallerRedirectTraitTest::providerShouldRedirectToInstaller |
function |
core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php |
Data provider for testShouldRedirectToInstaller(). |
| InstallerRedirectTraitTest::testShouldRedirectToInstaller |
function |
core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php |
Tests should redirect to installer. |
| InstallHelper::storeCreatedContentUuids |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Stores record of content entities created by this import. |
| InstallProfileUninstallValidator |
class |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Ensures install profile can only be uninstalled if the modules are available. |
| InstallProfileUninstallValidator.php |
file |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
|
| InstallProfileUninstallValidator::$noProfileExtensionDiscovery |
property |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Extension discovery that scans all folders except profiles. |
| InstallProfileUninstallValidator::getExtensionDiscovery |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Gets an extension discovery object that ignores the install profile. |
| InstallProfileUninstallValidator::validate |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
| InstallProfileUninstallValidator::__construct |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
|
| InstallStorage |
class |
core/lib/Drupal/Core/Config/InstallStorage.php |
Storage used by the Drupal installer. |
| InstallStorage.php |
file |
core/lib/Drupal/Core/Config/InstallStorage.php |
|
| InstallStorage::$directory |
property |
core/lib/Drupal/Core/Config/InstallStorage.php |
The directory to scan in each extension to scan for files. |
| InstallStorage::$folders |
property |
core/lib/Drupal/Core/Config/InstallStorage.php |
Folder map indexed by configuration name. |
| InstallStorage::CONFIG_INSTALL_DIRECTORY |
constant |
core/lib/Drupal/Core/Config/InstallStorage.php |
Extension sub-directory containing default configuration for installation. |
| InstallStorage::CONFIG_OPTIONAL_DIRECTORY |
constant |
core/lib/Drupal/Core/Config/InstallStorage.php |
Extension sub-directory containing optional configuration for installation. |
| InstallStorage::CONFIG_SCHEMA_DIRECTORY |
constant |
core/lib/Drupal/Core/Config/InstallStorage.php |
Extension sub-directory containing configuration schema. |
| InstallStorage::delete |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::delete(). |
| InstallStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::deleteAll(). |
| InstallStorage::exists |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Returns whether a configuration object exists. |
| InstallStorage::getAllFolders |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Returns a map of all config object names and their folders. |