Search for install

  1. Search 7.x for install
  2. Search 9.5.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
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.
InstallerProfileRequirementsTest::testHookRequirementsFailure function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Assert that the profile failed hook_requirements().
InstallerRedirectTrait trait core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php Provides methods for checking if Drupal is already installed.
InstallerRedirectTrait.php file core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php
InstallerRedirectTrait::isCli function core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php Returns whether the current PHP process runs on CLI.
InstallerRedirectTrait::shouldRedirectToInstaller function core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php Determines if an exception handler should redirect to the installer.
InstallerRedirectTraitTest class core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php @coversDefaultClass \Drupal\Core\Installer\InstallerRedirectTrait
InstallerRedirectTraitTest.php file core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php
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 @covers ::shouldRedirectToInstaller
@dataProvider providerShouldRedirectToInstaller
InstallerRouteBuilder class core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php Manages the router in the installer.
InstallerRouteBuilder.php file core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php
InstallerRouteBuilder::getRouteDefinitions function core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php Overridden to return no routes.
InstallerServiceProvider class core/lib/Drupal/Core/Installer/InstallerServiceProvider.php Service provider for the early installer environment.
InstallerServiceProvider.php file core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
InstallerServiceProvider::alter function core/lib/Drupal/Core/Installer/InstallerServiceProvider.php Modifies existing service definitions.
InstallerServiceProvider::register function core/lib/Drupal/Core/Installer/InstallerServiceProvider.php Registers services to the container.
InstallerSiteConfigProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Verifies that the installer defaults to the existing site email address and
timezone, if they were provided by the install profile.
InstallerSiteConfigProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The theme to install as the default for testing.
InstallerSiteConfigProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The installation profile to install.
InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL constant core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The site mail we expect to be set from the install profile.
InstallerSiteConfigProfileTest::EXPECTED_TIMEZONE constant core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The timezone we expect to be set from the install profile.
InstallerSiteConfigProfileTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Returns the parameters that will be used when Simpletest installs Drupal.
InstallerSiteConfigProfileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Final installer step: Configure site.
InstallerSiteConfigProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Verify the correct site config was set.
InstallerSkipPermissionHardeningTest class core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php Verifies that the installer skipped permission hardening.
InstallerSkipPermissionHardeningTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php
InstallerSkipPermissionHardeningTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php The theme to install as the default for testing.
InstallerSkipPermissionHardeningTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php Prepares the current environment for running the test.
InstallerSkipPermissionHardeningTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php Final installer step: Configure site.
InstallerSkipPermissionHardeningTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php Verifies the expected behaviors of the installation result.
InstallerTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Tests the interactive installer.
InstallerTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
InstallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php The theme to install as the default for testing.
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.
InstallerTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Ensures that the user page is available after installation.
InstallerTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Visits the interactive installer.
InstallerTestBase class core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Base class for testing the interactive installer.
InstallerTestBase class core/modules/simpletest/src/InstallerTestBase.php Base class for testing the interactive installer.
InstallerTestBase.php file core/modules/simpletest/src/InstallerTestBase.php
InstallerTestBase.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
InstallerTestBase::$isInstalled property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Whether the installer has completed.
InstallerTestBase::$isInstalled property core/modules/simpletest/src/InstallerTestBase.php Whether the installer has completed.
InstallerTestBase::$langcode property core/modules/simpletest/src/InstallerTestBase.php The language code in which to install Drupal.
InstallerTestBase::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The language code in which to install Drupal.

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