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. Search 11.x for install
  6. Other projects
Title Object type File name Summary
RequiredModuleUninstallValidatorTest::testValidateNoModule function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php Tests validate no module.
RequiredModuleUninstallValidatorTest::testValidateNotRequired function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php Tests validate not required.
RequiredModuleUninstallValidatorTest::testValidateRequired function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php Tests validate required.
required_module_uninstall_validator service core/core.services.yml Drupal\Core\Extension\RequiredModuleUninstallValidator
requirements1_test.install file core/modules/system/tests/modules/requirements1_test/requirements1_test.install
respond_install_uninstall_hook_test.info.yml file core/modules/system/tests/modules/respond_install_uninstall_hook_test/respond_install_uninstall_hook_test.info.yml core/modules/system/tests/modules/respond_install_uninstall_hook_test/respond_install_uninstall_hook_test.info.yml
respond_install_uninstall_hook_test_cache_flush function core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.module This implements a hook on behalf of another module.
rest.install file core/modules/rest/rest.install Install, update and uninstall functions for the rest module.
RouterInstallerTestHooks class core/modules/system/tests/modules/router_installer_test/src/Hook/RouterInstallerTestHooks.php Hook implementations for router_installer_test.
RouterInstallerTestHooks.php file core/modules/system/tests/modules/router_installer_test/src/Hook/RouterInstallerTestHooks.php
RouterInstallerTestHooks::modulesInstalled function core/modules/system/tests/modules/router_installer_test/src/Hook/RouterInstallerTestHooks.php Implements hook_modules_installed().
RouterTest::testRouterUninstallInstall function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that routes no longer exist for a module that has been uninstalled.
router_installer_test.info.yml file core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml
router_installer_test.routing.yml file core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml
router_test.install file core/modules/system/tests/modules/router_test_directory/router_test.install
router_test_install function core/modules/system/tests/modules/router_test_directory/router_test.install Implements hook_install().
search.install file core/modules/search/search.install Install, update, and uninstall functions for the Search module.
SearchHelpHooks::modulesInstalled function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_modules_installed().
SearchHelpHooks::modulesUninstalled function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_modules_uninstalled().
SearchHelpHooks::themesInstallOrUninstall function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_themes_installed().
SearchUpdateTest::testSearchHelpInstall function core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php Tests system_update_11401.
search_help.install file core/modules/search/modules/search_help/search_help.install Install, update, and uninstall functions for the Search Help module.
search_help_uninstall function core/modules/search/modules/search_help/search_help.install Implements hook_uninstall().
SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY constant core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php The key used in the profile list for the install from config option.
serialization.install file core/modules/serialization/serialization.install Update functions for the Serialization module.
settings_tray.install file core/modules/settings_tray/settings_tray.install Install, update and uninstall functions for the Settings Tray module.
settings_tray_install function core/modules/settings_tray/settings_tray.install Implements hook_install().
shortcut.install file core/modules/shortcut/shortcut.install Install, update and uninstall functions for the shortcut module.
ShortcutClaroIntegrationTest::testInstallUninstall function core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
ShortcutHooks::themesInstalled function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_themes_installed().
shortcut_install function core/modules/shortcut/shortcut.install Implements hook_install().
shortcut_uninstall function core/modules/shortcut/shortcut.install Implements hook_uninstall().
SingleVisibleProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Confirms that the installation succeeded.
SiteNameTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
SqlContentEntityStorageSchema::$installedStorageSchema property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The key-value collection for tracking installed storage schema.
SqlContentEntityStorageSchema::installedStorageSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the keyvalue collection for tracking the installed schema.
SqlContentEntityStorageSchemaTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The entity last installed schema repository used in this test.
SqlContentEntityStorageSchemaTest::$installedStorageSchema property core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The key-value collection for tracking installed storage schema.
Stable9TemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Installs all core modules.
Stable9TemplateOverrideTest::installAllModules function core/themes/stable9/tests/Kernel/Stable9TemplateOverrideTest.php Installs all core modules.
StageConflictTest::testUninstallModuleDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Test uninstalling any module while the staged changes are being applied.
standard.install file core/profiles/standard/standard.install Install, update and uninstall functions for the standard profile.
StandardInstallerTest class core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Tests the interactive installer installing the standard profile.
StandardInstallerTest.php file core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
StandardInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
StandardInstallerTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
StandardInstallerTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Ensures that the user page is available after installation.
StandardInstallerTest::testStandardConfig function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Ensures that the exported standard configuration is up to date.
StandardRecipeInstallTest class core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Tests installing the Standard recipe via the installer.
StandardRecipeInstallTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php

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