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
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::testKernelTestBaseInstallSchema function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of ::installSchema with the tables key_value(_expire).
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 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 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.
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.
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 enable.
LazyRouteProviderInstallTest::testInstallation function core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php Tests that the lazy route provider is used during a module install.
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
lazy_route_provider_install_test.module file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.module Helper module for the lazy route provider tests.
lazy_route_provider_install_test.services.yml file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml
lazy_route_provider_install_test_menu_links_discovered_alter function core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.module Implements hook_menu_links_discovered_alter().
LibrariesDirectoryFileFinder::$installProfile property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The install profile.
locale.install file core/modules/locale/locale.install Install, update, and uninstall functions for the Locale module.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests update changes configuration translations if enabled after language.
LocaleDefaultConfigStorage::$optionalInstallStorage property core/modules/locale/src/LocaleDefaultConfigStorage.php The storage instance for reading optional default configuration data.
LocaleDefaultConfigStorage::$requiredInstallStorage property core/modules/locale/src/LocaleDefaultConfigStorage.php The storage instance for reading required default configuration data.
LocaleNonInteractiveDevInstallTest class core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Tests installing in a different language with a dev version string.
LocaleNonInteractiveDevInstallTest.php file core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php
LocaleNonInteractiveDevInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php The theme to install as the default for testing.
LocaleNonInteractiveDevInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Gets the version string to use in the translation file.
LocaleNonInteractiveInstallTest class core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests installing in a different language with a non-dev version string.
LocaleNonInteractiveInstallTest.php file core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
LocaleNonInteractiveInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php The theme to install as the default for testing.
LocaleNonInteractiveInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Gets the version string to use in the translation file.
LocaleNonInteractiveInstallTest::installParameters function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Returns the parameters that will be used when Simpletest installs Drupal.
LocaleNonInteractiveInstallTest::testInstallerTranslations function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests that the expected translated text appears on the login screen.

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