Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 10.3.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
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::$aliasManager property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php The path alias manager.
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::$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 the Media Image 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::importEditors function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports editors.
InstallHelper::processArticle function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process article data into article node structure.
InstallHelper::processBannerBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process block_banner data into block_banner block structure.
InstallHelper::processContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process content into a structure that can be saved into Drupal.
InstallHelper::processDisclaimerBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process disclaimer_block data into disclaimer_block block structure.
InstallHelper::processFooterPromoBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process footer_block data into footer_block block structure.
InstallHelper::processImage function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process images into media entities.
InstallHelper::processPage function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process pages data into page node structure.
InstallHelper::processRecipe function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process recipe data into recipe node structure.
InstallHelper::processTerm function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process terms for a given vocabulary and filename.
InstallHelper::readMultilingualContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Read multilingual content.
InstallHelper::saveMediaImageId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Saves a Media Image ID generated when saving a media image.
InstallHelper::saveNodePath function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Saves a node CSV ID generated when saving content.
InstallHelper::saveTermId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Saves a Term ID generated when saving a taxonomy term.
InstallHelper::storeCreatedContentUuids function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Stores record of content entities created by this import.
InstallHelper::__construct function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Constructs a new InstallHelper object.

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