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(). |
InstallerRouterTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
The installation profile to install. |
InstallerSiteConfigProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
Verifies that the installer uses the profile's site configuration. |
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 the test 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. |
InstallerTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php |
Installer step: Select installation profile. |
InstallerTestBase::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php |
The installation profile to install. |
InstallerTestBase::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php |
Installer step: Select installation profile. |
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. |
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. |
InstallerTranslationExistingFileTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php |
Final installer step: Configure site. |
InstallerTranslationExistingFileTest::testInstall |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php |
Ensures language selection has not failed. |
InstallerTranslationMultipleLanguageKeepEnglishTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php |
Switch to the multilingual testing profile with English kept. |
InstallerTranslationMultipleLanguageNonInteractiveTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php |
Switch to the multilingual testing profile. |
InstallerTranslationMultipleLanguageTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php |
Switch to the multilingual testing profile. |
InstallerTranslationNonStandardFilenamesTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php |
Tests non-standard named translation files get imported during install. |
InstallerTranslationNonStandardFilenamesTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php |
|
InstallerTranslationNonStandardFilenamesTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php |
Prepares the current environment for running the test. |
InstallerTranslationNonStandardFilenamesTest::prepareSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php |
Prepares site settings and services before installation. |
InstallHelper::$fileSystem |
property |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
The file system. |
InstallHelper::createFileEntity |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Creates a file entity based on an image path. |
InstallHelper::importContentFromFile |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Imports content. |
InstallProfileDependenciesTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php |
Tests that an install profile can require modules. |
InstallProfileDependenciesTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php |
|
InstallProfileDependenciesTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php |
The theme to install as the default for testing. |
InstallProfileDependenciesTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php |
The profile to install as a basis for testing. |
InstallProfileDependenciesTest::testUninstallingModules |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php |
Tests that an install profile can require modules. |
InstallProfileUninstallTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php |
Tests that an install profile can be uninstalled. |