Search for install

  1. Search 7.x for install
  2. Search 8.9.x for install
  3. Search 10.3.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
InstallCommand::isDrupalInstalled function core/lib/Drupal/Core/Command/InstallCommand.php Returns whether there is already an existing Drupal installation.
InstallCommand::selectProfile function core/lib/Drupal/Core/Command/InstallCommand.php Selects the install profile to use.
InstallCommand::validateProfile function core/lib/Drupal/Core/Command/InstallCommand.php Validates a user provided install profile.
InstallCommand::__construct function core/lib/Drupal/Core/Command/InstallCommand.php Constructs a new InstallCommand command.
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 The theme to install as the default for testing.
InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Requirements problem.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Configure settings.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Final installer step: Configure site.
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 The theme to install as the default for testing.
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 Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Verifies that installation succeeded.
InstallerDatabaseErrorMessagesTest class core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Tests the installer with database errors.
InstallerDatabaseErrorMessagesTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php
InstallerDatabaseErrorMessagesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php The theme to install as the default for testing.
InstallerDatabaseErrorMessagesTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Installer step: Configure settings.
InstallerDatabaseErrorMessagesTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Final installer step: Configure site.
InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage function core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Verifies that the error message in the settings step is correct.
InstallerDependenciesResolutionTest class core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Tests that we handle module dependency resolution during install.
InstallerDependenciesResolutionTest.php file core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php
InstallerDependenciesResolutionTest::$modules property core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Modules to enable.
InstallerDependenciesResolutionTest::testDependenciesResolution function core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Verifies that the exception message in the profile step is correct.
InstallerEmptySettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Tests the installer with empty settings file.
InstallerEmptySettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php
InstallerEmptySettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php The theme to install as the default for testing.
InstallerEmptySettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Prepares the current environment for running the test.
InstallerEmptySettingsTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Verifies that installation succeeded.
InstallerException class core/lib/Drupal/Core/Installer/Exception/InstallerException.php Base class for exceptions thrown by installer.
InstallerException.php file core/lib/Drupal/Core/Installer/Exception/InstallerException.php
InstallerException::$title property core/lib/Drupal/Core/Installer/Exception/InstallerException.php The page title to output.
InstallerException::getTitle function core/lib/Drupal/Core/Installer/Exception/InstallerException.php Returns the exception page title.
InstallerException::__construct function core/lib/Drupal/Core/Installer/Exception/InstallerException.php Constructs a new installer exception.
InstallerExistingBrokenDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the installer with broken database connection info in settings.php.
InstallerExistingBrokenDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php
InstallerExistingBrokenDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingBrokenDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingBrokenDatabaseSettingsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Installer step: Requirements problem.
InstallerExistingBrokenDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Installer step: Configure settings.
InstallerExistingBrokenDatabaseSettingsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Final installer step: Configure site.
InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the expected requirements problem.
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 The theme to install as the default for testing.

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