| InstallerLanguageDirectionTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php |
|
| InstallerLanguageDirectionTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php |
|
| 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 |
|
| 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 uses local and remote languages. |
| InstallerLanguagePageTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php |
|
| InstallerLanguagePageTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php |
|
| 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 |
|
| InstallerNonDefaultDatabaseDriverTest::$testDriverName |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php |
The name of the test database driver in use. |
| InstallerNonDefaultDatabaseDriverTest::getInstalledDatabaseSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php |
Returns the databases setup from the SUT's settings.php. |
| InstallerNonDefaultDatabaseDriverTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php |
|
| 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 |
|
| InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
|
| InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
|
| InstallerNonEnglishProfileWithoutLocaleModuleTest::PROFILE |
constant |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
The testing profile name. |
| InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
Tests installing a profile with non-English language and no locale module. |
| 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 |
|
| InstallerPerformanceTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php |
|
| InstallerPerformanceTest::prepareSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php |
|
| 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 |
|
| InstallerPostInstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php |
|
| 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 |
|
| InstallerProfileRequirementsTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
| InstallerProfileRequirementsTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
| InstallerProfileRequirementsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
| InstallerProfileRequirementsTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
| 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. |