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
SystemModuleTestHooks.php file core/modules/system/tests/modules/system_module_test/src/Hook/SystemModuleTestHooks.php
SystemModuleTestHooks::pageAttachmentsAlter function core/modules/system/tests/modules/system_module_test/src/Hook/SystemModuleTestHooks.php Implements hook_page_attachments_alter().
SystemPoweredByBlock class core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php Provides a 'Powered by Drupal' block.
SystemPoweredByBlock.php file core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
SystemPoweredByBlock::build function core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
SystemPoweredByBlock::defaultConfiguration function core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
SystemRequirements class core/modules/system/src/Install/Requirements/SystemRequirements.php Install time requirements for the system module.
SystemRequirements.php file core/modules/system/src/Install/Requirements/SystemRequirements.php
SystemRequirements::checkRequirements function core/modules/system/src/Install/Requirements/SystemRequirements.php Check requirements for a given phase.
SystemRequirements::DRUPAL_CORE_REMOVED_MODULE_LIST constant core/modules/system/src/Install/Requirements/SystemRequirements.php An array of machine names of modules that were removed from Drupal core.
SystemRequirements::DRUPAL_CORE_REMOVED_THEME_LIST constant core/modules/system/src/Install/Requirements/SystemRequirements.php An array of machine names of themes that were removed from Drupal core.
SystemRequirements::getRequirements function core/modules/system/src/Install/Requirements/SystemRequirements.php
SystemRequirements::systemAdvisoriesRequirements function core/modules/system/src/Install/Requirements/SystemRequirements.php Display requirements from security advisories.
SystemRequirementsHooks class core/modules/system/src/Hook/SystemRequirementsHooks.php Requirements hook implementations for system module.
SystemRequirementsHooks.php file core/modules/system/src/Hook/SystemRequirementsHooks.php
SystemRequirementsHooks::checkPasswordHashing function core/modules/system/src/Hook/SystemRequirementsHooks.php Builds password hashing requirements check result.
SystemRequirementsHooks::checkRequirements function core/modules/system/src/Hook/SystemRequirementsHooks.php Check requirements for a given phase.
SystemRequirementsHooks::runtimeRequirements function core/modules/system/src/Hook/SystemRequirementsHooks.php Implements hook_runtime_requirements().
SystemRequirementsHooks::updateRequirements function core/modules/system/src/Hook/SystemRequirementsHooks.php Implements hook_update_requirements().
SystemRssDeleteTest class core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php Tests that system.rss config is deleted.
SystemRssDeleteTest.php file core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php
SystemRssDeleteTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php Set database dump files to be used.
SystemRssDeleteTest::testUpdate function core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php Ensures that system.rss is deleted after updating.
SystemTestController class core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Controller routines for system_test routes.
SystemTestController.php file core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
SystemTestController::$currentUser property core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php The current user.
SystemTestController::$lock property core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php The lock service.
SystemTestController::$messenger property core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php The messenger service.
SystemTestController::$persistentLock property core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php The persistent lock service.
SystemTestController::$renderer property core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php The renderer.
SystemTestController::configureTitle function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns the title for system_test.info.yml's configure route.
SystemTestController::getCacheableResponseWithCustomCacheControl function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns a cacheable response with a custom cache control.
SystemTestController::getCurrentDate function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns the current date.
SystemTestController::getDestination function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Controller to return $_GET['destination'] for testing.
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.
SystemTestController::getMethod function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Controller to return the HTTP method for testing.
SystemTestController::getTestHeader function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns a response with a test header set from the request.
SystemTestController::lockAcquire function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Try to acquire a named lock and report the outcome.
SystemTestController::lockExit function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Try to acquire a specific lock, and then exit.
SystemTestController::lockPersist function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Creates a lock that will persist across requests.
SystemTestController::mainContentFallback function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Tests main content fallback.
SystemTestController::messengerServiceTest function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Tests setting messages and removing one before it is displayed.
SystemTestController::permissionDependentContent function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Shows permission-dependent content.
SystemTestController::preRenderCacheTags function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Sets a cache tag on an element to help test #pre_render and cache tags.
SystemTestController::requestDestination function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Controller to return $_REQUEST['destination'] for testing.
SystemTestController::respondWithCacheableRedirectResponse function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns a CacheableRedirectResponse with the given status code.
SystemTestController::respondWithCacheableResponse function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php A simple page callback that uses a CacheableResponse object.
SystemTestController::respondWithLocalRedirectResponse function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns a LocalRedirectResponse with the given status code.
SystemTestController::respondWithPublicResponse function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php A plain Symfony response with Cache-Control: public, max-age=60.
SystemTestController::respondWithResponse function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php A simple page callback that uses a plain Symfony response object.

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