Search for install

  1. Search 7.x for install
  2. Search 8.9.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
UninstallKernelTest class core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests the uninstallation of modules.
UninstallKernelTest.php file core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UninstallKernelTest::$modules property core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Modules to enable.
UninstallKernelTest::setUp function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UninstallKernelTest::testUninstallMedia function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling media and file modules.
UninstallKernelTest::testUninstallPluginCacheClear function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling a module with a plugin cache clearer service.
UninstallTest class core/modules/system/tests/src/Functional/Module/UninstallTest.php Tests the uninstallation of modules.
UninstallTest.php file core/modules/system/tests/src/Functional/Module/UninstallTest.php
UninstallTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/UninstallTest.php The theme to install as the default for testing.
UninstallTest::$modules property core/modules/system/tests/src/Functional/Module/UninstallTest.php Modules to enable.
UninstallTest::testFailedInstallStatus function core/modules/system/tests/src/Functional/Module/UninstallTest.php Tests that a module which fails to install can still be uninstalled.
UninstallTest::testUninstallPage function core/modules/system/tests/src/Functional/Module/UninstallTest.php Tests the Uninstall page and Uninstall confirmation page.
UninstallTest::testUserPermsUninstalled function core/modules/system/tests/src/Functional/Module/UninstallTest.php Tests the hook_modules_uninstalled() of the user module.
update.install file core/modules/update/update.install Install, update, and uninstall functions for the Update Manager module.
UpdateDeprecationTest::testDrupalGetInstalledSchemaVersion function core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php Deprecation testing for drupal installed schema version functions.
UpdateHookRegistry::deleteInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Deletes the installed version information for the module.
UpdateHookRegistry::getAllInstalledVersions function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for all modules.
UpdateHookRegistry::getInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for a module.
UpdateHookRegistry::SCHEMA_UNINSTALLED constant core/lib/Drupal/Core/Update/UpdateHookRegistry.php Indicates that a module has not been installed yet.
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.
UpdatePathTestBase::$zlibInstalled property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
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 Installs Drupal into the Simpletest site.
Updater::getInstallArgs function core/lib/Drupal/Core/Updater/Updater.php Stores the default parameters for the Updater.
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::assertInstalledExtensionConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateSemverContribTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTest.php Sets the project installed version.
UpdateSemverCoreTest::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Sets the version to x.x.x when no project-specific mapping is defined.
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.
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.

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