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
install_goto function core/includes/install.inc Sends the user to a different installer page.
install_import_translations function core/includes/install.core.inc Imports languages via a batch process during installation.
install_install_profile function core/includes/install.core.inc Installs the install profile.
install_load_profile function core/includes/install.core.inc Loads information about the chosen profile during installation.
install_profile_info function core/includes/install.inc Retrieves information about an installation profile from its .info.yml file.
install_profile_modules function core/includes/install.core.inc Installs required modules via a batch process.
install_profile_themes function core/includes/install.core.inc Installs themes.
install_profile_uninstall_validator service core/core.services.yml Drupal\Core\Extension\InstallProfileUninstallValidator
install_recipe_batch function core/includes/install.core.inc Creates a batch for the recipe system to process.
install_recipe_required_modules function core/includes/install.core.inc Installs required modules prior to applying a recipe via the installer.
install_redirect_url function core/includes/install.core.inc Returns the URL that should be redirected to during an installation request.
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.
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/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::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.
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
LanguageConfigFactoryOverrideInterface::installLanguageOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Installs available language configuration overrides for a given langcode.
LanguageConfigInstallOverrideExistingTest class core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php Ensures the language config is installed but not altered on install.
LanguageConfigInstallOverrideExistingTest.php file core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php
LanguageConfigInstallOverrideExistingTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php The theme to install as the default for testing.
LanguageConfigInstallOverrideExistingTest::$profile property core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php The profile to install as a basis for testing.
LanguageConfigInstallOverrideExistingTest::testLanguageConfigInstallOverrideExisting function core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php Tests when language config is installed existing config is not overridden.
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 install.
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 that the language list is not empty when language is installed.
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.

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