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. Search 11.x for install
  6. Other projects
Title Object type File name Summary
PrepareModulesEntityUninstallForm::getConfirmText function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a caption for the button that confirms the action.
PrepareModulesEntityUninstallForm::getDescription function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns additional text to display as a description.
PrepareModulesEntityUninstallForm::getFormId function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a unique string identifying the form.
PrepareModulesEntityUninstallForm::getQuestion function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the question to ask the user.
PrepareModulesEntityUninstallForm::moduleBatchFinished function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Implements callback_batch_finished().
PrepareModulesEntityUninstallForm::submitForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form submission handler.
PrepareModulesEntityUninstallForm::__construct function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Constructs a PrepareModulesEntityUninstallForm object.
PrepareModulesEntityUninstallFormTest class core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Tests PrepareModulesEntityUninstallForm.
PrepareModulesEntityUninstallFormTest.php file core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
PrepareModulesEntityUninstallFormTest::$modules property core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Modules to install.
PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle function core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Tests PrepareModulesEntityUninstallForm::formTitle.
PrepareUninstallTest class core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Tests that modules which provide entity types can be uninstalled.
PrepareUninstallTest.php file core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
PrepareUninstallTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php The theme to install as the default for testing.
PrepareUninstallTest::$modules property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Modules to install.
PrepareUninstallTest::$nodes property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php An array of node objects.
PrepareUninstallTest::$terms property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php An array of taxonomy term objects.
PrepareUninstallTest::setUp function core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
PrepareUninstallTest::testUninstall function core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Tests that Node and Taxonomy can be uninstalled.
PreprocessHooks::installPage function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_install_page().
PreprocessHooks::preprocessInstallPage function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_install_page().
ProfileAutoUninstallFailureTest class core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php Tests that profile-provided dependencies thwart auto-uninstall.
ProfileAutoUninstallFailureTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php
ProfileAutoUninstallFailureTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php The theme to install as the default for testing.
ProfileAutoUninstallFailureTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php The installation profile to install.
ProfileAutoUninstallFailureTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php Final installer step: Configure site.
ProfileAutoUninstallFailureTest::testAutomaticUninstallFailure function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php Tests that the profile cannot be automatically uninstalled.
ProfileAutoUninstallTest class core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php Tests automatically uninstalling a profile that opts into it.
ProfileAutoUninstallTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php
ProfileAutoUninstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php The theme to install as the default for testing.
ProfileAutoUninstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php The installation profile to install.
ProfileAutoUninstallTest::testAutomaticUninstall function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php Tests that the profile was automatically uninstalled.
ProfileExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ProfileExtensionList.php Returns a list of machine names of installed extensions.
ProfileInstallRequirementsRequirements class core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php Provides method for checking requirements during install time.
ProfileInstallRequirementsRequirements.php file core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php
ProfileInstallRequirementsRequirements::getRequirements function core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php Check installation requirements.
ProfileSkipInstallTest class core/tests/Drupal/FunctionalTests/Installer/ProfileSkipInstallTest.php Tests not installing a profile that opts out of it.
ProfileSkipInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileSkipInstallTest.php
ProfileSkipInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileSkipInstallTest.php The theme to install as the default for testing.
ProfileSkipInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileSkipInstallTest.php The installation profile to install.
ProfileSkipInstallTest::testProfileNotInstalled function core/tests/Drupal/FunctionalTests/Installer/ProfileSkipInstallTest.php Tests that the profile was never installed.
profile_install_requirements.info.yml file core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml
ProjectInfo::getInstallableReleases function core/modules/package_manager/src/ProjectInfo.php Gets all project releases to which the site can update.
ProjectInfo::getInstalledVersion function core/modules/package_manager/src/ProjectInfo.php Returns the installed project version via the Update Status module.
ProjectInfo::isInstallable function core/modules/package_manager/src/ProjectInfo.php Determines if a release can be installed.
ProjectInfo::isInstalledVersionSafe function core/modules/package_manager/src/ProjectInfo.php Checks if the installed version of this project is safe to use.
ProjectInfoTest::providerGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetInstallableReleases().
ProjectInfoTest::providerInstalledVersionSafe function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for ::testInstalledVersionSafe().
ProjectInfoTest::testGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests get installable releases.
ProjectInfoTest::testInstalledVersionSafe function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests checking if the currently installed version of a project is safe.

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