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
lazy_route_provider_install_test.module file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.module
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.
LocaleHooks::modulePreuninstall function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_module_preuninstall().
LocaleHooks::modulesInstalled function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_modules_installed().
LocaleHooks::themesInstalled function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_themes_installed().
LocaleHooks::themesUninstalled function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_themes_uninstalled().
LocaleInstallTest class core/modules/locale/tests/src/Functional/LocaleInstallTest.php Test installation of Locale module.
LocaleInstallTest.php file core/modules/locale/tests/src/Functional/LocaleInstallTest.php
LocaleInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleInstallTest.php The theme to install as the default for testing.
LocaleInstallTest::$modules property core/modules/locale/tests/src/Functional/LocaleInstallTest.php Modules to install.
LocaleInstallTest::testLocaleInstallMessage function core/modules/locale/tests/src/Functional/LocaleInstallTest.php Tests Locale install message.
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 the test installs Drupal.
LocaleNonInteractiveInstallTest::setUp function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
LocaleNonInteractiveInstallTest::testInstallerTranslations function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests that the expected translated text appears on the login screen.
LocaleTestTranslateHooks::modulesInstalled function core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Implements hook_modules_installed().
LocaleUpdateTest::testEnableUninstallModule function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests automatic translation import when a module is enabled.
locale_install function core/modules/locale/locale.install Implements hook_install().
locale_test.install file core/modules/locale/tests/modules/locale_test/locale_test.install
locale_test_translate_modules_installed function core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module Implements hook_modules_installed().
locale_test_uninstall function core/modules/locale/tests/modules/locale_test/locale_test.install Implements hook_uninstall().
locale_uninstall function core/modules/locale/locale.install Implements hook_uninstall().
MapBaseFieldTest::testUninstallMapItemBaseField function core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Tests uninstalling map item base field.
media.install file core/modules/media/media.install Install, uninstall and update hooks for Media module.
MediaInstallTest class core/modules/media/tests/src/Functional/MediaInstallTest.php Tests media Install / Uninstall logic.
MediaInstallTest.php file core/modules/media/tests/src/Functional/MediaInstallTest.php
MediaInstallTest::$defaultTheme property core/modules/media/tests/src/Functional/MediaInstallTest.php The theme to install as the default for testing.
MediaInstallTest::$modules property core/modules/media/tests/src/Functional/MediaInstallTest.php Modules to install.
MediaInstallTest::setUp function core/modules/media/tests/src/Functional/MediaInstallTest.php
MediaInstallTest::testReinstallAfterUninstall function core/modules/media/tests/src/Functional/MediaInstallTest.php Tests reinstalling after being uninstalled.
media_install function core/modules/media/media.install Implements hook_install().
media_library.install file core/modules/media_library/media_library.install Install, update and uninstall functions for the media_library module.
media_library_install function core/modules/media_library/media_library.install Implements hook_install().
MenuLinksTest::testModuleUninstalledMenuLinks function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests uninstalling a module providing default links.
MenuUninstallTest class core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php Tests that uninstalling menu does not remove custom menus.
MenuUninstallTest.php file core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php
MenuUninstallTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.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.