Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
InstallHelper::processArticle | function | core/ |
Process article data into article node structure. |
InstallHelper::processBannerBlock | function | core/ |
Process block_banner data into block_banner block structure. |
InstallHelper::processContent | function | core/ |
Process content into a structure that can be saved into Drupal. |
InstallHelper::processDisclaimerBlock | function | core/ |
Process disclaimer_block data into disclaimer_block block structure. |
InstallHelper::processFooterPromoBlock | function | core/ |
Process footer_block data into footer_block block structure. |
InstallHelper::processImage | function | core/ |
Process images into media entities. |
InstallHelper::processPage | function | core/ |
Process pages data into page node structure. |
InstallHelper::processRecipe | function | core/ |
Process recipe data into recipe node structure. |
InstallHelper::processTerm | function | core/ |
Process terms for a given vocabulary and filename. |
InstallHelper::readMultilingualContent | function | core/ |
Read multilingual content. |
InstallHelper::saveMediaImageId | function | core/ |
Saves a Media Image ID generated when saving a media image. |
InstallHelper::saveNodePath | function | core/ |
Saves a node CSV ID generated when saving content. |
InstallHelper::saveTermId | function | core/ |
Saves a Term ID generated when saving a taxonomy term. |
InstallHelper::storeCreatedContentUuids | function | core/ |
Stores record of content entities created by this import. |
InstallHelper::__construct | function | core/ |
Constructs a new InstallHelper object. |
InstallProfileDependenciesTest | class | core/ |
Tests that an install profile can require modules. |
InstallProfileDependenciesTest.php | file | core/ |
|
InstallProfileDependenciesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
InstallProfileDependenciesTest::$profile | property | core/ |
The profile to install as a basis for testing. |
InstallProfileDependenciesTest::testUninstallingModules | function | core/ |
Tests that an install profile can require modules. |
InstallProfileUninstallTest | class | core/ |
Tests that an install profile can be uninstalled. |
InstallProfileUninstallTest.php | file | core/ |
|
InstallProfileUninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
InstallProfileUninstallTest::$modules | property | core/ |
Modules to install. |
InstallProfileUninstallTest::$profile | property | core/ |
The profile to install as a basis for testing. |
InstallProfileUninstallTest::testUninstallInstallProfile | function | core/ |
Tests a user can uninstall install profiles. |
InstallProfileUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\InstallProfileUninstallValidator. |
InstallProfileUninstallValidator | class | core/ |
Ensures install profile can only be uninstalled if the modules are available. |
InstallProfileUninstallValidator.php | file | core/ |
|
InstallProfileUninstallValidator.php | file | core/ |
|
InstallProfileUninstallValidator::$container | property | core/ |
The service container. |
InstallProfileUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
InstallProfileUninstallValidator::$noProfileExtensionDiscovery | property | core/ |
Extension discovery that scans all folders except profiles. |
InstallProfileUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
InstallProfileUninstallValidator::getExtensionDiscovery | function | core/ |
Gets an extension discovery object that ignores the install profile. |
InstallProfileUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
InstallProfileUninstallValidator::setStringTranslation | function | core/ |
|
InstallProfileUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
InstallProfileUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
InstallProfileUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
InstallProfileUninstallValidator::__construct | function | core/ |
|
InstallRequirementsInterface | interface | core/ |
Provides method for checking requirements during install time. |
InstallRequirementsInterface.php | file | core/ |
|
InstallRequirementsInterface::getRequirements | function | core/ |
Check installation requirements. |
InstallRequirementsTest | class | core/ |
Tests for install requirements. |
InstallRequirementsTest.php | file | core/ |
|
InstallRequirementsTest::testRequirements | function | core/ |
Confirm installer checks requirements in designated classes. |
InstallRequirementsTest::testRequirementsFailure | function | core/ |
Tests that the installer returns false if module requirements are not met. |
InstallStorage | class | core/ |
Storage used by the Drupal installer. |
InstallStorage.php | file | core/ |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.