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
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.
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.
InstallProfileUninstallTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php
InstallProfileUninstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php The theme to install as the default for testing.
InstallProfileUninstallTest::$modules property core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php Modules to install.
InstallProfileUninstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php The profile to install as a basis for testing.
InstallProfileUninstallTest::testUninstallInstallProfile function core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php Tests a user can uninstall install profiles.
InstallProfileUninstallValidator class core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Provides a proxy class for \Drupal\Core\Extension\InstallProfileUninstallValidator.
InstallProfileUninstallValidator class core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Ensures install profile can only be uninstalled if the modules are available.
InstallProfileUninstallValidator.php file core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator.php file core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator::$container property core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php The service container.
InstallProfileUninstallValidator::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php The id of the original proxied service.
InstallProfileUninstallValidator::$noProfileExtensionDiscovery property core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Extension discovery that scans all folders except profiles.
InstallProfileUninstallValidator::$service property core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php The real proxied service, after it was lazy loaded.
InstallProfileUninstallValidator::getExtensionDiscovery function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Gets an extension discovery object that ignores the install profile.
InstallProfileUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Lazy loads the real service from the container.
InstallProfileUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator::validate function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Determines the reasons a module can not be uninstalled.
InstallProfileUninstallValidator::validate function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Determines the reasons a module can not be uninstalled.
InstallProfileUninstallValidator::__construct function core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
InstallProfileUninstallValidator::__construct function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
InstallRequirementsInterface interface core/lib/Drupal/Core/Extension/InstallRequirementsInterface.php Provides method for checking requirements during install time.
InstallRequirementsInterface.php file core/lib/Drupal/Core/Extension/InstallRequirementsInterface.php
InstallRequirementsInterface::getRequirements function core/lib/Drupal/Core/Extension/InstallRequirementsInterface.php Check installation requirements.
InstallRequirementsTest class core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php Tests for install requirements.
InstallRequirementsTest.php file core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php
InstallRequirementsTest::testRequirements function core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php Confirm installer checks requirements in designated classes.
InstallRequirementsTest::testRequirementsFailure function core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php Tests that the installer returns false if module requirements are not met.
InstallStorage class core/lib/Drupal/Core/Config/InstallStorage.php Storage used by the Drupal installer.
InstallStorage.php file core/lib/Drupal/Core/Config/InstallStorage.php

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