Search for install

  1. Search 7.x for install
  2. Search 9.5.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
install_retrieve_file function core/includes/install.core.inc Attempts to get a file using a HTTP request and to store it locally.
install_run_task function core/includes/install.core.inc Runs an individual installation task.
install_run_tasks function core/includes/install.core.inc Runs all tasks for the current installation request.
install_select_language function core/includes/install.core.inc Selects which language to use during installation.
install_select_profile function core/includes/install.core.inc Selects which profile to install.
install_state_defaults function core/includes/install.core.inc Returns an array of default settings for the global installation state.
install_tasks function core/includes/install.core.inc Returns a list of all tasks the installer currently knows about.
install_tasks_to_display function core/includes/install.core.inc Returns a list of tasks that should be displayed to the end user.
install_tasks_to_perform function core/includes/install.core.inc Returns a list of tasks to perform during the current installation request.
INSTALL_TASK_RUN_IF_NOT_COMPLETED constant core/includes/install.core.inc Run the task on each installation request until the database is set up.
INSTALL_TASK_RUN_IF_REACHED constant core/includes/install.core.inc Run the task on each installation request that reaches it.
INSTALL_TASK_SKIP constant core/includes/install.core.inc Do not run the task during the current installation request.
install_verify_completed_task function core/includes/install.core.inc Verifies and returns the last installation task that was completed.
install_verify_database_ready function core/includes/install.core.inc Verify that the database is ready (no existing Drupal installation).
install_verify_database_settings function core/includes/install.core.inc Verifies that settings.php specifies a valid database connection.
install_verify_requirements function core/includes/install.core.inc Verifies the requirements for installing Drupal.
install_write_profile function core/includes/install.core.inc Installation task; writes profile to settings.php if possible.
jsonapi.install file core/modules/jsonapi/jsonapi.install Module install file.
jsonapi_install function core/modules/jsonapi/jsonapi.install Implements hook_install().
jsonapi_modules_installed function core/modules/jsonapi/jsonapi.module Implements hook_modules_installed().
KernelTestBase::installConfig function core/modules/simpletest/src/KernelTestBase.php Installs default configuration for a given list of modules.
KernelTestBase::installConfig function core/tests/Drupal/KernelTests/KernelTestBase.php Installs default configuration for a given list of modules.
KernelTestBase::installEntitySchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBase::installEntitySchema function core/modules/simpletest/src/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBase::installSchema function core/modules/simpletest/src/KernelTestBase.php Installs a specific table from a module schema definition.
KernelTestBase::installSchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs database tables from a module schema definition.
KernelTestBase::setInstallProfile function core/tests/Drupal/KernelTests/KernelTestBase.php Sets the install profile and rebuilds the container to update it.
KernelTestBaseTest::testEnableModulesInstall function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected installation behavior of enableModules().
KernelTestBaseTest::testEnableModulesInstallContainer function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests installing modules with DependencyInjection services.
KernelTestBaseTest::testInstallConfig function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallEntitySchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installEntitySchema().
KernelTestBaseTest::testInstallSchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installSchema().
KeyValueContentEntityStorageTest::testUninstall function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests uninstallation of a module that does not use the SQL entity storage.
language.install file core/modules/language/language.install Update functions for Language module.
LanguageConfigFactoryOverride::installLanguageOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Installs available language configuration overrides for a given langcode.
LanguageConfigFactoryOverrideInterface::installLanguageOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Installs available language configuration overrides for a given langcode.
LanguageConfigOverrideInstallTest class core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php Ensures the language config overrides can be installed.
LanguageConfigOverrideInstallTest.php file core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php
LanguageConfigOverrideInstallTest::$modules property core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php Modules to enable.
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall function core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php Tests the configuration events are not fired during install of overrides.
LanguageListModuleInstallTest class core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Tests enabling Language if a module exists that calls
LanguageManager::getLanguages() during installation.
LanguageListModuleInstallTest.php file core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php
LanguageListModuleInstallTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php The theme to install as the default for testing.
LanguageListModuleInstallTest::$modules property core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Modules to enable.
LanguageListModuleInstallTest::testModuleInstallLanguageList function core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Tests enabling Language.
language_modules_installed function core/modules/language/language.module Implements hook_modules_installed().
language_modules_uninstalled function core/modules/language/language.module Implements hook_modules_uninstalled().
language_test_module_preinstall function core/modules/language/tests/language_test/language_test.module Implements hook_module_preinstall().
LayoutBuilderCompatibilityTestBase::installLayoutBuilder function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Installs the Layout Builder.
LayoutBuilderInstallTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php Ensures that Layout Builder and core EntityViewDisplays are compatible.

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