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 11.x for install
  5. Other projects
Title Object type File name Summary
UpdateHookRegistry::setInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Updates the installed version information for a module.
UpdateHookRegistryTest::testGetInstalledVersion function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php @covers ::getInstalledVersion
@covers ::getAllInstalledVersions
@covers ::setInstalledVersion
@covers ::deleteInstalledVersion
UpdateManagerInstall class core/modules/update/src/Form/UpdateManagerInstall.php Configure update settings for this site.
UpdateManagerInstall.php file core/modules/update/src/Form/UpdateManagerInstall.php
UpdateManagerInstall::$archiverManager property core/modules/update/src/Form/UpdateManagerInstall.php The archiver plugin manager service.
UpdateManagerInstall::$moduleHandler property core/modules/update/src/Form/UpdateManagerInstall.php The module handler.
UpdateManagerInstall::$root property core/modules/update/src/Form/UpdateManagerInstall.php The root location under which installed projects will be saved.
UpdateManagerInstall::$sitePath property core/modules/update/src/Form/UpdateManagerInstall.php The site path.
UpdateManagerInstall::buildForm function core/modules/update/src/Form/UpdateManagerInstall.php Form constructor.
UpdateManagerInstall::create function core/modules/update/src/Form/UpdateManagerInstall.php Instantiates a new instance of this class.
UpdateManagerInstall::getFormId function core/modules/update/src/Form/UpdateManagerInstall.php Returns a unique string identifying the form.
UpdateManagerInstall::submitForm function core/modules/update/src/Form/UpdateManagerInstall.php Form submission handler.
UpdateManagerInstall::validateForm function core/modules/update/src/Form/UpdateManagerInstall.php Form validation handler.
UpdateManagerInstall::__construct function core/modules/update/src/Form/UpdateManagerInstall.php Constructs a new UpdateManagerInstall.
UpdateManagerUpdateTest::testUninstalledUpdatesTable function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Tests the Update form with an uninstalled module in the system.
UpdatePathTestBase::doInstall function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Execute the non-interactive installer.
UpdatePathTestBase::installDrupal function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Overrides BrowserTestBase::installDrupal() for update testing.
Updater::getInstallArgs function core/lib/Drupal/Core/Updater/Updater.php Stores the default parameters for the Updater.
Updater::getInstallDirectory function core/lib/Drupal/Core/Updater/Updater.php Returns the path to the default install location for the current project.
Updater::install function core/lib/Drupal/Core/Updater/Updater.php Installs a Drupal project, returns a list of next actions.
Updater::postInstall function core/lib/Drupal/Core/Updater/Updater.php Performs actions after installation.
Updater::postInstallTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
Updater::prepareInstallDirectory function core/lib/Drupal/Core/Updater/Updater.php Makes sure the installation parent directory exists and is writable.
UpdaterInterface::getInstallDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the path to the default install location for the current project.
UpdaterInterface::isInstalled function core/lib/Drupal/Core/Updater/UpdaterInterface.php Checks if the project is installed.
UpdaterInterface::postInstall function core/lib/Drupal/Core/Updater/UpdaterInterface.php Actions to run after an install has occurred.
UpdateScriptTest::assertInstalledExtensionsConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateSemverContribTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Sets the project installed version.
UpdateSemverCoreTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php Sets the project installed version.
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.
UpdateTestTrait::mockInstalledExtensionsInfo function core/modules/update/tests/src/Functional/UpdateTestTrait.php Sets information about installed extensions.
update_authorize_install_batch_finished function core/modules/update/update.authorize.inc Implements callback_batch_finished().
update_authorize_run_install function core/modules/update/update.authorize.inc Installs a new project when invoked by authorize.php.
update_install function core/modules/update/update.install Implements hook_install().
update_modules_installed function core/modules/update/update.module Implements hook_modules_installed().
update_modules_uninstalled function core/modules/update/update.module Implements hook_modules_uninstalled().
update_script_test.install file core/modules/system/tests/modules/update_script_test/update_script_test.install Install, update and uninstall functions for the update_script_test module.
update_test_0.install file core/modules/system/tests/modules/update_test_0/update_test_0.install Install, update and uninstall functions for the update_test_0 module.
update_test_1.install file core/modules/system/tests/modules/update_test_1/update_test_1.install Install, update and uninstall functions for the update_test_1 module.
update_test_2.install file core/modules/system/tests/modules/update_test_2/update_test_2.install Install, update and uninstall functions for the update_test_2 module.
update_test_3.install file core/modules/system/tests/modules/update_test_3/update_test_3.install Install, update and uninstall functions for the update_test_3 module.
update_test_description.install file core/modules/system/tests/modules/update_test_description/update_test_description.install Install, update and uninstall functions for the update_test_descriptions module.
update_test_failing.install file core/modules/system/tests/modules/update_test_failing/update_test_failing.install Contains a failing update hook for testing the update system.
update_test_invalid_hook.install file core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install Install, update and uninstall functions for the update_test_invalid_hook module.
update_test_last_removed.install file core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install Update functions for the update_test_last_removed module.
update_test_no_preexisting.install file core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install Install, update and uninstall functions for the update_test_no_preexisting module.
update_test_postupdate.install file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install Install hooks for test module.
update_test_schema.install file core/modules/system/tests/modules/update_test_schema/update_test_schema.install Update hooks and schema definition for the update_test_schema module.
update_test_semver_update_n.install file core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install Update hooks for the update_test_semver_update_n module.
update_test_with_7x.install file core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Install, update and uninstall functions for the update_test_with_7x module.

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