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. Other projects
Title Object type File name Summary
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.
JsonapiHooks::modulesInstalled function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_modules_installed().
jsonapi_install function core/modules/jsonapi/jsonapi.install Implements hook_install().
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.
LanguageHooks::modulesInstalled function core/modules/language/src/Hook/LanguageHooks.php Implements hook_modules_installed().
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.
LanguageListModuleInstallTest::$modules property core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Modules to install.
LanguageListModuleInstallTest::testModuleInstallLanguageList function core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Tests enabling Language.
LanguageTestHooks::modulePreinstall function core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php 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.
LayoutBuilderInstallTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php
LayoutBuilderInstallTest::testCompatibility function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php Tests the compatibility of Layout Builder with existing entity displays.
LayoutBuilderLocalTaskTest::testLocalTaskLayoutBuilderInstalledCacheability function core/modules/layout_builder/tests/src/Functional/LayoutBuilderLocalTaskTest.php Tests the cacheability of local tasks with Layout Builder module installed.
layout_builder.install file core/modules/layout_builder/layout_builder.install Contains install and update functions for Layout Builder.
layout_builder_install function core/modules/layout_builder/layout_builder.install Implements hook_install().
layout_discovery.install file core/modules/layout_discovery/layout_discovery.install Install, update, and uninstall functions for the Layout Discovery module.
LazyRouteProviderInstallTest class core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php @group routing
LazyRouteProviderInstallTest.php file core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
LazyRouteProviderInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php The theme to install as the default for testing.
LazyRouteProviderInstallTest::$modules property core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php Modules to install.
LazyRouteProviderInstallTest::testInstallation function core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php Tests that the lazy route provider is used during a module install.
LazyRouteProviderInstallTestHooks class core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php Hook implementations for lazy_route_provider_install_test.
LazyRouteProviderInstallTestHooks.php file core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php
LazyRouteProviderInstallTestHooks::menuLinksDiscoveredAlter function core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php Implements hook_menu_links_discovered_alter().
lazy_route_provider_install_test.info.yml file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml

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