Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
InstallerTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Final installer step: Configure site.
InstallerTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Confirms that the installation succeeded.
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.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::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The language code in which to install Drupal.
InstallerTestBase::$parameters property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Additional parameters to use for installer screens.
InstallerTestBase::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The installation profile to install.
InstallerTestBase::$settings property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Custom settings.php values to write for a test run.
InstallerTestBase::$translations property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php A string translation map used for translated installer screens.
InstallerTestBase::initFrontPage function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Visits the front page when initializing Mink.
InstallerTestBase::installDrupal function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php We are testing the installer, so set up a minimal environment for that.
InstallerTestBase::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Returns the parameters that will be used when the test installs Drupal.
InstallerTestBase::refreshVariables function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php FunctionalTestSetupTrait::refreshVariables() tries to operate on persistent
storage, which is only available after the installer completed.
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.
InstallerTestBase::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Visits the interactive installer.
InstallerThemeEngineExtensionList class core/lib/Drupal/Core/Installer/InstallerThemeEngineExtensionList.php Backward-compatibility wrapper for the installer theme engine extension list.
InstallerThemeEngineExtensionList.php file core/lib/Drupal/Core/Installer/InstallerThemeEngineExtensionList.php
InstallerThemeExtensionList class core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php Backward-compatibility wrapper for the installer theme extension list.
InstallerThemeExtensionList.php file core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php
InstallerThemesBlocksProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verifies that the installer does not generate theme blocks.
InstallerThemesBlocksProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php
InstallerThemesBlocksProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The theme to install as the default for testing.
InstallerThemesBlocksProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The installation profile to install.
InstallerThemesBlocksProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verify that there is no automatic block generation.
InstallerTranslationDownloadTest class core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php Tests that profile translations are downloaded by the installer.
InstallerTranslationDownloadTest.php file core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php
InstallerTranslationDownloadTest::$errorHandler property core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php The original error handler, which will be overwritten by the installer.
InstallerTranslationDownloadTest::$installParameters property core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php The parameters to pass to install_drupal().
InstallerTranslationDownloadTest::$requests property core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php An array of files that were requested, and by which methods.
InstallerTranslationDownloadTest::register function core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php Registers test-specific services.
InstallerTranslationDownloadTest::setUp function core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php
InstallerTranslationDownloadTest::tearDown function core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php
InstallerTranslationDownloadTest::testCoreProfileTranslationsAreNotDownloaded function core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php Tests that translations are not downloaded for core profiles.
InstallerTranslationDownloadTest::testCustomProfileTranslationsAreDownloaded function core/tests/Drupal/KernelTests/Core/Installer/InstallerTranslationDownloadTest.php Tests that the translations are downloaded for a custom profile.
InstallerTranslationExistingFileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationExistingFileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
InstallerTranslationExistingFileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php The theme to install as the default for testing.
InstallerTranslationExistingFileTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Overrides the language code in which to install Drupal.
InstallerTranslationExistingFileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select language.
InstallerTranslationExistingFileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select installation profile.
InstallerTranslationExistingFileTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Requirements problem.
InstallerTranslationExistingFileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Configure settings.

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