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
SystemTestHooks::modulePreinstall function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_module_preinstall().
SystemTestHooks::modulePreuninstall function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_module_preuninstall().
SystemTestHooks::modulesInstalled function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_modules_installed().
SystemTestHooks::modulesUninstalled function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_modules_uninstalled().
system_install function core/modules/system/system.install Implements hook_install().
system_module_test.install file core/modules/system/tests/modules/system_module_test/system_module_test.install
system_module_test_install function core/modules/system/tests/modules/system_module_test/system_module_test.install Implements hook_install().
system_post_update_sdc_uninstall function core/modules/system/system.post_update.php Uninstall the sdc module if installed.
Tasks::installable function core/modules/mysqli/src/Driver/Database/mysqli/Install/Tasks.php Checks whether Drupal is installable on the database.
Tasks::installable function core/lib/Drupal/Core/Database/Install/Tasks.php Checks whether Drupal is installable on the database.
taxonomy.install file core/modules/taxonomy/taxonomy.install Install, update and uninstall functions for the taxonomy module.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
TemplateProjectTestBase::installModules function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Installs modules in the UI.
TemplateProjectTestBase::installQuickStart function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Install a Drupal site using the quick start feature.
TestExtension::$installedExtensions property core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
TestExtension::getInstalledExtensionNames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php Returns a list of machine names of installed extensions.
TestExtension::setInstalledExtensions function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
TestingProfileInstallTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Tests installing the Testing profile with update notifications on.
TestingProfileInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The theme to install as the default for testing.
TestingProfileInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The profile to install as a basis for testing.
TestingProfileInstallTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Returns the parameters that will be used when the test installs Drupal.
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update Status module is installed.
testing_install_profile_all_dependencies.info.yml file core/profiles/tests/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml core/profiles/tests/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml
testing_install_profile_dependencies.info.yml file core/profiles/tests/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml core/profiles/tests/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml
testing_site_config.install file core/profiles/tests/testing_site_config/testing_site_config.install
testing_site_config_install function core/profiles/tests/testing_site_config/testing_site_config.install Implements hook_install().
TestInstallStorage class core/modules/config/tests/config_test/src/TestInstallStorage.php Tests configuration of profiles, modules and themes.
TestInstallStorage.php file core/modules/config/tests/config_test/src/TestInstallStorage.php
TestInstallStorage::getAllFolders function core/modules/config/tests/config_test/src/TestInstallStorage.php Returns a map of all config object names and their folders.
TestPreinstallInterface interface core/tests/Drupal/TestSite/TestPreinstallInterface.php Allows running code prior to a test site install.
TestPreinstallInterface.php file core/tests/Drupal/TestSite/TestPreinstallInterface.php
TestPreinstallInterface::preinstall function core/tests/Drupal/TestSite/TestPreinstallInterface.php Runs code prior to a test site install.
TestSiteApplicationTest::testInstallInDifferentLanguage function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install in different language.
TestSiteApplicationTest::testInstallScript function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install script.
TestSiteApplicationTest::testInstallWithFileWithNoClass function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install with file with no class.
TestSiteApplicationTest::testInstallWithNonExistingFile function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install with non existing file.
TestSiteApplicationTest::testInstallWithNonSetupClass function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install with non setup class.
TestSiteClaroInstallTestScript class core/tests/Drupal/TestSite/TestSiteClaroInstallTestScript.php Setup file used by TestSiteInstallTestScript.
TestSiteClaroInstallTestScript.php file core/tests/Drupal/TestSite/TestSiteClaroInstallTestScript.php
TestSiteClaroInstallTestScript::setup function core/tests/Drupal/TestSite/TestSiteClaroInstallTestScript.php Run the code to setup the test environment.
TestSiteInstallCommand class core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Command to create a test Drupal site.
TestSiteInstallCommand.php file core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::$baseUrl property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The base URL.
TestSiteInstallCommand::$configImporter property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The config importer that can be used in a test.
TestSiteInstallCommand::$defaultTheme property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The theme to install as the default for testing.
TestSiteInstallCommand::$langcode property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The language to install the site in.
TestSiteInstallCommand::$originalShutdownCallbacks property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The original array of shutdown function callbacks.
TestSiteInstallCommand::$profile property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The install profile to use.

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