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 11.x for install
  5. Other projects
Title Object type File name Summary
SqlContentEntityStorageSchemaTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked 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.
SqliteDriverLegacyTest::testDeprecationInstallTasks function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Install\Tasks[[api-linebreak]]
Stable9TemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Installs all core modules.
standard.install file core/profiles/standard/standard.install Install, update and uninstall functions for the standard installation 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
StandardRecipeInstallTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUp function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpProfile function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::testStandard function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::visitInstaller function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
StandardTestTrait::installResponsiveImage function core/profiles/standard/tests/src/Traits/StandardTestTrait.php Installs the responsive image module.
standard_form_install_configure_form_alter function core/profiles/standard/standard.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_form_install_configure_submit function core/profiles/standard/standard.profile Submission handler to sync the contact.form.feedback recipient.
standard_install function core/profiles/standard/standard.install Implements hook_install().
statistics.install file core/modules/statistics/statistics.install Install and update functions for the Statistics module.
statistics_uninstall function core/modules/statistics/statistics.install Implements hook_uninstall().
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
SuperUserAccessInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
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
SuperUserAccessInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
SuperUserAccessInstallTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Confirms that the installation succeeded.
syslog.install file core/modules/syslog/syslog.install Install, update and uninstall functions for the syslog module.
syslog_install function core/modules/syslog/syslog.install Implements hook_install().
system-modules-uninstall.html.twig file core/themes/stable9/templates/admin/system-modules-uninstall.html.twig Theme override for the modules uninstall page.
system-modules-uninstall.html.twig file core/modules/system/templates/system-modules-uninstall.html.twig Default theme implementation for the modules uninstall page.
system.install file core/modules/system/system.install Install, update and uninstall functions for the system module.
system.module_install.html.twig file core/modules/system/help_topics/system.module_install.html.twig ---
label: 'Installing a module'
related:
- core.extending
- system.module_uninstall
---
{% set extend_link_text %}{% trans %}Extend{% endtrans %}{% endset %}
{% set extend_link = render_var(help_route_link(extend_link_text,…
system.module_uninstall.html.twig file core/modules/system/help_topics/system.module_uninstall.html.twig ---
label: 'Uninstalling a module'
related:
- core.extending
- system.module_install
- system.maintenance_mode
---
{% set uninstall_link_text %}{% trans %}Uninstall{% endtrans %}{% endset %}
{% set uninstall_link =…
system.theme_install.html.twig file core/modules/system/help_topics/system.theme_install.html.twig ---
label: 'Installing a theme and setting default themes'
related:
- core.appearance
- system.theme_uninstall
---
{% set themes_link_text %}{% trans %}Appearance{% endtrans %}{% endset %}
{% set themes_link =…
system.theme_uninstall.html.twig file core/modules/system/help_topics/system.theme_uninstall.html.twig ---
label: 'Uninstalling an unused theme'
related:
- core.appearance
- system.theme_install
---
{% set themes_link_text %}{% trans %}Appearance{% endtrans %}{% endset %}
{% set themes_link = render_var(help_route_link(themes_link_text,…
SystemTestController::getInstallProfile function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Use a plain Symfony response object to output the current install_profile.
system_install function core/modules/system/system.install Implements hook_install().
system_modules_uninstalled function core/modules/system/system.module Implements hook_modules_uninstalled().
system_module_test.install file core/modules/system/tests/modules/system_module_test/system_module_test.install Install, update, and uninstall functions for the System test module.

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