Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 10.3.x for set
  5. Other projects
Title Object type File name Summary
InstallerExistingDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Tests installation with database information in an existing settings file.
InstallerExistingDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php
InstallerExistingDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php @todo The database settings form is not supposed to appear if settings.php
contains a valid database connection already (but e.g. no config
directories yet).
InstallerExistingDatabaseSettingsTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Verifies that installation succeeded.
InstallerExistingSettingsNoProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Tests the installer with an existing settings file but no install profile.
InstallerExistingSettingsNoProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php
InstallerExistingSettingsNoProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php The theme to install as the default for testing.
InstallerExistingSettingsNoProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Configures a preexisting settings.php file without an install_profile
setting before invoking the interactive installer.
InstallerExistingSettingsNoProfileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Installer step: Configure settings.
InstallerExistingSettingsNoProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Verifies that installation succeeded.
InstallerExistingSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Tests the installer with an existing settings file.
InstallerExistingSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
InstallerExistingSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php The theme to install as the default for testing.
InstallerExistingSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Fully configures a preexisting settings.php file before invoking the
interactive installer.
InstallerExistingSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Installer step: Configure settings.
InstallerExistingSettingsTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Verifies that installation succeeded.
InstallerExistingSettingsTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Visits the interactive installer.
InstallerIsolationLevelExistingSettingsTest class core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php Tests the isolation_level setting with existing database settings.
InstallerIsolationLevelExistingSettingsTest.php file core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php
InstallerIsolationLevelExistingSettingsTest::prepareEnvironment function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php Fully configures a preexisting settings.php file before invoking the
interactive installer.
InstallerIsolationLevelExistingSettingsTest::testInstaller function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php Verifies that isolation_level is not set in the database settings.
InstallerIsolationLevelNoDatabaseSettingsTest class core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php Tests the isolation_level setting with no database settings.
InstallerIsolationLevelNoDatabaseSettingsTest.php file core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php
InstallerIsolationLevelNoDatabaseSettingsTest::$defaultTheme property core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerIsolationLevelNoDatabaseSettingsTest::prepareEnvironment function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerIsolationLevelNoDatabaseSettingsTest::testInstaller function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php Verifies that the isolation_level was added to the database settings.
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.
InstallerLanguageDirectionTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php Installer step: Select language.
InstallerLanguagePageTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php Installer step: Select language.
InstallerNonDefaultDatabaseDriverTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Installer step: Configure settings.
InstallerPerformanceTest::prepareSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Prepares site settings and services before installation.
InstallerProfileRequirementsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Installer step: Requirements problem.
InstallerProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Installer step: Configure settings.
InstallerProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Final installer step: Configure site.
InstallerSiteConfigProfileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Final installer step: Configure site.
InstallerSkipPermissionHardeningTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php Final installer step: Configure site.
InstallerTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Installer step: Select language.
InstallerTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Installer step: Select installation profile.
InstallerTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Installer step: Configure settings.
InstallerTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Final installer step: Configure site.
InstallerTestBase::$settings property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Custom settings.php values to write for a test run.
InstallerTestBase::setUp function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
InstallerTestBase::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Select language.
InstallerTestBase::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Select installation profile.
InstallerTestBase::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Requirements problem.
InstallerTestBase::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Configure settings.
InstallerTestBase::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Final installer step: Configure site.
InstallerTranslationExistingFileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select language.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.