Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
SiteMaintenanceModeForm class core/modules/system/src/Form/SiteMaintenanceModeForm.php Configure maintenance settings for this site.
SiteMaintenanceModeForm.php file core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::$permissionHandler property core/modules/system/src/Form/SiteMaintenanceModeForm.php The permission handler.
SiteMaintenanceModeForm::$state property core/modules/system/src/Form/SiteMaintenanceModeForm.php The state keyvalue collection.
SiteMaintenanceModeForm::buildForm function core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::create function core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::getEditableConfigNames function core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::getFormId function core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::submitForm function core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::__construct function core/modules/system/src/Form/SiteMaintenanceModeForm.php Constructs a new SiteMaintenanceModeForm.
SiteMaintenanceTest class core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php Tests access to site while in maintenance mode.
SiteMaintenanceTest.php file core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
SiteMaintenanceTest::$adminUser property core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php The test user.
SiteMaintenanceTest::$defaultTheme property core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
SiteMaintenanceTest::$modules property core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
SiteMaintenanceTest::$user property core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php User allowed to access site in maintenance mode.
SiteMaintenanceTest::setUp function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
SiteMaintenanceTest::testNonHtmlRequest function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php Tests responses to non-HTML requests when in maintenance mode.
SiteMaintenanceTest::testSiteMaintenance function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php Verifies site maintenance mode functionality.
SiteNameTest class core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php Tests that the site name can be set during a non-interactive installation.
SiteNameTest.php file core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
SiteNameTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
SiteNameTest::$siteName property core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php The site name to be used when testing.
SiteNameTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
SiteNameTest::testSiteName function core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php Tests that the desired site name appears on the page after installation.
sites.README.txt file core/assets/scaffold/files/sites.README.txt This directory structure contains the settings and configuration files specific
to your site or sites and is an integral part of multisite configurations.

It is now recommended to place your custom and downloaded extensions in the
/modules, /themes,…
SitesDirectoryHardeningTest class core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests Drupal permissions hardening of /sites subdirectories.
SitesDirectoryHardeningTest.php file core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
SitesDirectoryHardeningTest::$defaultTheme property core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
SitesDirectoryHardeningTest::checkSystemRequirements function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Checks system runtime requirements.
SitesDirectoryHardeningTest::makeWritable function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Makes the given path and settings file writable.
SitesDirectoryHardeningTest::settingsFile function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Returns the path to settings.php.
SitesDirectoryHardeningTest::testSitesDirectoryHardening function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests the default behavior to restrict directory permissions is enforced.
SitesDirectoryHardeningTest::testSitesDirectoryHardeningConfig function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests writable files remain writable when directory hardening is disabled.
SiteSettingsForm class core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Provides a form to configure and rewrite settings.php.
SiteSettingsForm.php file core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::buildForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::create function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::createRandomConfigDirectory function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Create a random config sync directory.
SiteSettingsForm::getDatabaseErrors function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Get any database errors and links them to a form element.
SiteSettingsForm::getDatabaseErrorsTemplate function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Gets the inline template render array to display the database errors.
SiteSettingsForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::submitForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::validateForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::__construct function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Constructs a new SiteSettingsForm.
SiteSettingsFormTest class core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php Tests the extension of the site settings form.
SiteSettingsFormTest.php file core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php
SiteSettingsFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php
SiteSettingsFormTest::$modules property core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php
SiteSettingsFormTest::testSiteSettingsForm function core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php Confirms that the form is extensible.

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