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
search_user.install file core/modules/search/modules/search_user/search_user.install Install, update, and uninstall functions for the Search User module.
search_user_uninstall function core/modules/search/modules/search_user/search_user.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 Returns the parameters that will be used when the test installs Drupal.
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 hooks 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 The installation profile to install.
StandardInstallerTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Final installer step: Configure site.
StandardInstallerTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Ensures that the welcome page is shown 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
StandardRecipeInstallTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php The installation profile to install.
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installs the default theme defined by `static::$defaultTheme` when needed.
StandardRecipeInstallTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installs the responsive image module.
StandardRecipeInstallTest::setUp function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installer step: Requirements problem.
StandardRecipeInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Final installer step: Configure site.
StandardRecipeInstallTest::testStandard function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::visitInstaller function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Visits the interactive installer.
StandardRecipeTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php Installs the responsive image module.
StandardTestTrait::installResponsiveImage function core/profiles/standard/tests/src/Traits/StandardTestTrait.php Installs the responsive image module.
standard_install function core/profiles/standard/standard.install Implements hook_install().
standard_install_finished function core/profiles/standard/standard.profile Sets a short message to welcome the user to Drupal.
standard_install_tasks_alter function core/profiles/standard/standard.profile Implements hook_install_tasks_alter().
StreamWrapperManagerTest::testModuleInstallRegistration function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Tests installing a module providing a stream wrapper using services.
SuperUserAccessInstallTest class core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Tests superuser access and the installer.
SuperUserAccessInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
SuperUserAccessInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php The theme to install as the default for testing.
SuperUserAccessInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php The installation profile to install.
SuperUserAccessInstallTest::getInstallTests function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
SuperUserAccessInstallTest::NO_ACCESS_MESSAGE constant core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Message when the logged-in user does not have admin access after install.
SuperUserAccessInstallTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Prepares the current environment for running the test.

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