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 10.3.x for install
  5. Other projects
Title Object type File name Summary
InstallerTranslationMultipleLanguageTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
InstallerTranslationMultipleLanguageTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php The theme to install as the default for testing.
InstallerTranslationMultipleLanguageTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Switch to the multilingual testing profile.
InstallerTranslationMultipleLanguageTest::getPo function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Returns the string for the test .po file.
InstallerTranslationMultipleLanguageTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Returns the parameters that will be used when the test installs Drupal.
InstallerTranslationMultipleLanguageTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Installer step: Select language.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Helper function to verify that the expected strings are translated.
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.
InstallerTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Installs Drupal in German and checks resulting site.
InstallerTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
InstallerTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php The theme to install as the default for testing.
InstallerTranslationQueryTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Overrides the language code in which to install Drupal.
InstallerTranslationQueryTest::getPo function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Returns the string for the test .po file.
InstallerTranslationQueryTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Installer step: Select language.
InstallerTranslationQueryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Verifies the expected behaviors of the installation result.
InstallerTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Visits the interactive installer.
InstallerTranslationTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Installs Drupal in German and checks resulting site.
InstallerTranslationTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
InstallerTranslationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php The theme to install as the default for testing.
InstallerTranslationTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Overrides the language code in which to install Drupal.
InstallerTranslationTest::getPo function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Returns the string for the test .po file.
InstallerTranslationTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Installer step: Select language.
InstallerTranslationTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Installer step: Configure settings.
InstallerTranslationTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Verifies the expected behaviors of the installation result.
InstallHelper class core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Defines a helper class for importing default content.
InstallHelper.php file core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
InstallHelper::$enabledLanguages property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Enabled languages.
InstallHelper::$entityTypeManager property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Entity type manager.
InstallHelper::$fileSystem property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php The file system.
InstallHelper::$mediaImageIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Media Image CSV ID map.
InstallHelper::$moduleHandler property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Module handler.
InstallHelper::$module_path property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
InstallHelper::$nodeIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Node CSV ID map.
InstallHelper::$state property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php State.
InstallHelper::$termIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Term ID map.
InstallHelper::create function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Instantiates a new instance of this class.
InstallHelper::createFileEntity function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Creates a file entity based on an image path.
InstallHelper::deleteImportedContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Deletes any content imported by this module.
InstallHelper::getMediaImageId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Retrieves th ID of a media image saved during the import process.
InstallHelper::getModulePath function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Set module_path variable.
InstallHelper::getNodePath function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Retrieves the node path of node CSV ID saved during the import process.
InstallHelper::getTermId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Retrieves the Term ID of a term saved during the import process.
InstallHelper::getUser function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Looks up a user by name, if it is missing the user is created.
InstallHelper::importContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports default contents.
InstallHelper::importContentFromFile function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports content.
InstallHelper::importUsers function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports users.

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