Search for install

  1. Search 7.x for install
  2. Search 9.5.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
SimpleTestInstallBatchTest class core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Tests batch operations during tests execution.
SimpleTestInstallBatchTest.php file core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php
SimpleTestInstallBatchTest::$modules property core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Modules to enable.
SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
SimpletestTest::testUninstallModule function core/modules/simpletest/tests/src/Functional/SimpletestTest.php Test that we can uninstall the module without mishap.
simpletest_uninstall function core/modules/simpletest/simpletest.install Implements hook_uninstall().
SingleVisibleProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Confirms that the installation succeeded.
SiteConfigureForm::$moduleInstaller property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The module installer.
SiteNameTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php Returns the parameters that will be used when Simpletest 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.
SqlContentEntityStorageSchemaConverterTestBase::$installedStorageSchema property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The key-value collection for tracking installed storage schema.
SqlContentEntityStorageSchemaConverterTestBase::$lastInstalledSchemaRepository property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The last installed schema repository service.
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.
StableTemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.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 The installation profile to install.
StandardInstallerTest::curlExec function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
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 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.
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().
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/modules/system/templates/system-modules-uninstall.html.twig Default theme implementation for the modules uninstall page.
system-modules-uninstall.html.twig file core/themes/stable/templates/admin/system-modules-uninstall.html.twig Theme override 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/help_topics/help_topics/system.module_install.html.twig ---
label: 'Installing a module'
related:
- core.extending
- system.module_uninstall
---
{% set extend_url = render_var(url('system.modules_list')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans…
system.module_uninstall.html.twig file core/modules/help_topics/help_topics/system.module_uninstall.html.twig ---
label: 'Uninstalling a module'
related:
- core.extending
- system.module_install
- system.maintenance_mode
---
{% set uninstall_url = render_var(url('system.modules_uninstall')) %}
{% set maintenance_topic =…
system.theme_install.html.twig file core/modules/help_topics/help_topics/system.theme_install.html.twig ---
label: 'Installing a theme and setting default themes'
related:
- core.appearance
- system.theme_uninstall
---
{% set themes_url = render_var(url('system.themes_page')) %}
<h2>{% trans %}Goal{% endtrans…
system.theme_uninstall.html.twig file core/modules/help_topics/help_topics/system.theme_uninstall.html.twig ---
label: 'Uninstalling an unused theme'
related:
- core.appearance
- system.theme_install
---
{% set themes_url = render_var(url('system.themes_page')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans…
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.
system_module_test_install function core/modules/system/tests/modules/system_module_test/system_module_test.install Implements hook_install().
system_test_modules_installed function core/modules/system/tests/modules/system_test/system_test.module Implements hook_modules_installed().
system_test_modules_uninstalled function core/modules/system/tests/modules/system_test/system_test.module Implements hook_modules_uninstalled().
system_test_module_preinstall function core/modules/system/tests/modules/system_test/system_test.module Implements hook_module_preinstall().
system_test_module_preuninstall function core/modules/system/tests/modules/system_test/system_test.module Implements hook_module_preuninstall().
Tasks::installable function core/lib/Drupal/Core/Database/Install/Tasks.php Check whether Drupal is installable on the database.
taxonomy.install file core/modules/taxonomy/taxonomy.install Install, update and uninstall functions for the taxonomy module.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.

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