| InputConfigurator::getValues |
function |
core/lib/Drupal/Core/Recipe/InputConfigurator.php |
Returns the collected input values, keyed by name. |
| InputConfigurator::__construct |
function |
core/lib/Drupal/Core/Recipe/InputConfigurator.php |
|
| InputTest::testDefaultValueFromConfig |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php |
Tests getting the default value from configuration. |
| InputTest::testDefaultValueFromNonExistentConfigWithFallback |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php |
Tests getting the fallback default value from non-existing configuration. |
| InputTest::testInputInConfigEntityIds |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php |
Tests using input values in entity IDs for config actions. |
| InstallCommand::configure |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
|
| InstallConfigurator |
class |
core/lib/Drupal/Core/Recipe/InstallConfigurator.php |
@internal
This API is experimental. |
| InstallConfigurator.php |
file |
core/lib/Drupal/Core/Recipe/InstallConfigurator.php |
|
| InstallConfigurator::$modules |
property |
core/lib/Drupal/Core/Recipe/InstallConfigurator.php |
The list of modules to install. |
| InstallConfigurator::$themes |
property |
core/lib/Drupal/Core/Recipe/InstallConfigurator.php |
The list of themes to install. |
| InstallConfigurator::__construct |
function |
core/lib/Drupal/Core/Recipe/InstallConfigurator.php |
|
| InstallConfiguratorTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php |
Tests Install Configurator. |
| InstallConfiguratorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php |
|
| InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php |
Tests the modules and themes to be installed. |
| InstallerConfigDirectorySetNoDirectoryErrorTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Tests installation when a config_sync_directory is set up but does not exist. |
| InstallerConfigDirectorySetNoDirectoryErrorTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
The directory where the sync directory should be created during install. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Installer step: Configure settings. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::testError |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Verifies that installation failed. |
| InstallerConfigDirectorySetNoDirectoryTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php |
Tests the installer when a custom config directory set up but does not exist. |
| InstallerConfigDirectorySetNoDirectoryTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php |
|
| InstallerConfigDirectorySetNoDirectoryTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php |
|
| InstallerConfigDirectorySetNoDirectoryTest::$syncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php |
The sync directory created during the install. |
| InstallerConfigDirectorySetNoDirectoryTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php |
|
| InstallerConfigDirectorySetNoDirectoryTest::testInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php |
Verifies that installation succeeded. |
| InstallerConfigDirectoryTestBase |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
Provides a base class for testing installing from existing configuration. |
| InstallerConfigDirectoryTestBase.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
|
| InstallerConfigDirectoryTestBase::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
|
| InstallerConfigDirectoryTestBase::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
This is set by the profile in the core.extension extracted. |
| InstallerConfigDirectoryTestBase::copyDirectory |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
This copies a source directory to a destination directory recursively. |
| InstallerConfigDirectoryTestBase::getConfigLocation |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
Gets the path to the configuration directory. |
| InstallerConfigDirectoryTestBase::installParameters |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
|
| InstallerConfigDirectoryTestBase::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
|
| InstallerConfigDirectoryTestBase::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
Installer step: Select installation profile. |
| InstallerConfigDirectoryTestBase::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php |
Confirms that the installation installed the configuration correctly. |
| InstallerExistingConfigDirectoryTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
Tests installation when a config_sync_directory exists and is set up. |
| InstallerExistingConfigDirectoryTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
|
| InstallerExistingConfigDirectoryTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
|
| InstallerExistingConfigDirectoryTest::$expectedFilePerms |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
The expected file perms of the folder. |
| InstallerExistingConfigDirectoryTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
|
| InstallerExistingConfigDirectoryTest::testInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
Verifies that installation succeeded. |
| InstallerExistingConfigExistingSettingsTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php |
Verifies that installing from existing configuration works. |
| InstallerExistingConfigExistingSettingsTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php |
|
| InstallerExistingConfigExistingSettingsTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php |
Partially configures a preexisting settings.php file before invoking the
interactive installer. |
| InstallerExistingConfigMultilingualTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php |
Verifies that installing from existing configuration works. |
| InstallerExistingConfigMultilingualTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php |
|