Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 8.9.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
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 class core/lib/Drupal/Core/Installer/InstallerKernel.php Extend DrupalKernel to handle force some kernel behaviors.
InstallerKernel.php file core/lib/Drupal/Core/Installer/InstallerKernel.php
InstallerKernel::getConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns the active configuration storage used during early install.
InstallerKernel::getInstallProfile function core/lib/Drupal/Core/Installer/InstallerKernel.php Gets the active install profile.
InstallerKernel::initializeContainer function core/lib/Drupal/Core/Installer/InstallerKernel.php Initializes the service container.
InstallerKernel::installationAttempted function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns TRUE if a Drupal installation is currently being attempted.
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.
InstallerLanguageDirectionTest class core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php Verifies that the early installer uses the correct language direction.
InstallerLanguageDirectionTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
InstallerLanguageDirectionTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php The theme to install as the default for testing.
InstallerLanguageDirectionTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php Overrides the language code the installer should use.
InstallerLanguageDirectionTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php Installer step: Select language.
InstallerLanguageDirectionTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php Confirms that the installation succeeded.
InstallerLanguagePageTest class core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php Verifies that the installer language list combines local and remote languages.
InstallerLanguagePageTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
InstallerLanguagePageTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php The theme to install as the default for testing.
InstallerLanguagePageTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php Installer step: Select language.
InstallerLanguagePageTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php Confirms that the installation succeeded.
InstallerLanguageTest class core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php Tests for installer language support.
InstallerLanguageTest.php file core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
InstallerLanguageTest::testInstallerTranslationCache function core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php Tests profile info caching in non-English languages.
InstallerLanguageTest::testInstallerTranslationFiles function core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php Tests that the installer can find translation files.
InstallerModuleExtensionList class core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php Overrides the module extension list to have a static cache.
InstallerModuleExtensionList.php file core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php
InstallerNonDefaultDatabaseDriverTest class core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Tests the interactive installer.
InstallerNonDefaultDatabaseDriverTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
InstallerNonDefaultDatabaseDriverTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php The theme to install as the default for testing.
InstallerNonDefaultDatabaseDriverTest::$testDriverName property core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php The name of the test database driver in use.
InstallerNonDefaultDatabaseDriverTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Installer step: Configure settings.
InstallerNonDefaultDatabaseDriverTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Confirms that the installation succeeded.
InstallerNonEnglishProfileWithoutLocaleModuleTest class core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Tests installing a profile with non-English language and no locale module.
InstallerNonEnglishProfileWithoutLocaleModuleTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The theme to install as the default for testing.
InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The installation profile to install.
InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Prepares the current environment for running the test.
InstallerNonEnglishProfileWithoutLocaleModuleTest::PROFILE constant core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The testing profile name.

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