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
InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Tests installing a profile with non-English language and no locale module.
InstallerObjectTest class core/tests/Drupal/Tests/Core/Database/InstallerObjectTest.php Tests the db_installer_object() function that is used during installation.
InstallerObjectTest.php file core/tests/Drupal/Tests/Core/Database/InstallerObjectTest.php
InstallerObjectTest::providerDbInstallerObject function core/tests/Drupal/Tests/Core/Database/InstallerObjectTest.php Data provider for testDbUrlToConnectionConversion().
InstallerObjectTest::setUp function core/tests/Drupal/Tests/Core/Database/InstallerObjectTest.php
InstallerObjectTest::testDbInstallerObject function core/tests/Drupal/Tests/Core/Database/InstallerObjectTest.php @dataProvider providerDbInstallerObject
InstallerPerformanceTest class core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Tests the interactive installer.
InstallerPerformanceTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php
InstallerPerformanceTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php The theme to install as the default for testing.
InstallerPerformanceTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php The profile to install as a basis for testing.
InstallerPerformanceTest::prepareSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Prepares site settings and services before installation.
InstallerPerformanceTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Ensures that the user page is available after installation.
InstallerPostInstallTest class core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php Tests re-visiting the installer after a successful installation.
InstallerPostInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
InstallerPostInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php The theme to install as the default for testing.
InstallerPostInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php The installation profile to install.
InstallerPostInstallTest::testVisitInstallerPostInstall function core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php Confirms that visiting the installer does not break things post-install.
InstallerProfileRequirementsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Tests that an install profile can implement hook_requirements().
InstallerProfileRequirementsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php The theme to install as the default for testing.
InstallerProfileRequirementsTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php The installation profile to install.
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.
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.
InstallerRedirectTraitMockableClass class core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php A class using the InstallerRedirectTrait for mocking purposes.
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.
InstallerRouteProviderLazyBuilder class core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php A Route Provider front-end for use during the installer.
InstallerRouteProviderLazyBuilder.php file core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php
InstallerRouteProviderLazyBuilder::getRouteByName function core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php
InstallerRouterTest class core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php Tests router rebuilding during installation.
InstallerRouterTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php
InstallerRouterTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php The theme to install as the default for testing.
InstallerRouterTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php The installation profile to install.
InstallerRouterTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php Prepares the current environment for running the test.
InstallerRouterTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php Confirms that the installation succeeded.
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.

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