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 main for all
  6. Other projects
Title Object type File name Summary
MainContentFallbackTest::$webUser property core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php The web user for the test.
MainContentFallbackTest::setUp function core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
MainContentFallbackTest::testMainContentFallback function core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php Tests availability of main content: Drupal falls back to SimplePageVariant.
MainContentRendererInterface interface core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php The interface for "main content" (
MainContentRendererInterface.php file core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php
MainContentRendererInterface::renderResponse function core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php Renders the main content render array into a response.
MainContentRenderersPass class core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Adds main_content_renderers parameter to the container.
MainContentRenderersPass.php file core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php
MainContentRenderersPass::process function core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Collects the available main content renderer service IDs into the
main_content_renderers parameter, keyed by format.
MainContentViewSubscriber class core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php View subscriber rendering main content render arrays into responses.
MainContentViewSubscriber.php file core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php
MainContentViewSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php
MainContentViewSubscriber::onViewRenderArray function core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php Sets a response given a (main content) render array.
MainContentViewSubscriber::WRAPPER_FORMAT constant core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php URL query attribute to indicate the wrapper used to render a request.
MainContentViewSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php Constructs a new MainContentViewSubscriber object.
MAINTAINERS.txt file core/MAINTAINERS.txt Drupal core is built and maintained by the Drupal project community. Everyone is
encouraged to submit issues and changes (patches) to improve Drupal, and to
contribute in other ways -- see https://www.drupal.org/contribute to find out
how.

This file…
maintenance-page--front.html.twig file core/themes/claro/templates/maintenance-page--front.html.twig Claro's theme implementation to display the maintenance page as frontpage.
maintenance-page--front.html.twig file core/themes/default_admin/templates/system/maintenance-page--front.html.twig Default Admin implementation to display the maintenance page as frontpage.
maintenance-page--front.html.twig file core/themes/admin/templates/system/maintenance-page--front.html.twig Gin's theme implementation to display the maintenance page as frontpage.
maintenance-page.css file core/themes/admin/css/theme/maintenance-page.css Maintenance theming.
maintenance-page.css file core/themes/default_admin/css/theme/maintenance-page.css Maintenance theming.
maintenance-page.css file core/themes/claro/css/theme/maintenance-page.css Maintenance theming.
maintenance-page.css file core/themes/olivero/css/components/maintenance-page.css Maintenance page.
maintenance-page.html.twig file core/themes/olivero/templates/maintenance-page.html.twig Olivero's theme implementation to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/stable9/templates/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/claro/templates/maintenance-page.html.twig Claro's theme implementation for maintenance page.
maintenance-page.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/starterkit_theme/templates/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/default_admin/templates/system/maintenance-page.html.twig Default Admin theme implementation for the maintenance page.
maintenance-page.html.twig file core/themes/admin/templates/system/maintenance-page.html.twig Gin's theme implementation for maintenance page.
maintenance-page.html.twig file core/modules/system/templates/maintenance-page.html.twig Default theme implementation to display a single Drupal page while offline.
maintenance-page.pcss.css file core/themes/admin/css/theme/maintenance-page.pcss.css Maintenance theming.
maintenance-page.pcss.css file core/themes/default_admin/css/theme/maintenance-page.pcss.css Maintenance theming.
maintenance-page.pcss.css file core/themes/claro/css/theme/maintenance-page.pcss.css Maintenance theming.
maintenance-page.pcss.css file core/themes/olivero/css/components/maintenance-page.pcss.css Maintenance page.
maintenance-task-list.html.twig file core/themes/stable9/templates/admin/maintenance-task-list.html.twig Theme override for a list of maintenance tasks to perform.
maintenance-task-list.html.twig file core/modules/system/templates/maintenance-task-list.html.twig Default theme implementation for a list of maintenance tasks to perform.
MaintenanceMode class core/lib/Drupal/Core/Site/MaintenanceMode.php Provides the default implementation of the maintenance mode service.
MaintenanceMode.php file core/lib/Drupal/Core/Site/MaintenanceMode.php
MaintenanceMode::$config property core/lib/Drupal/Core/Site/MaintenanceMode.php The configuration factory.
MaintenanceMode::$state property core/lib/Drupal/Core/Site/MaintenanceMode.php The state.
MaintenanceMode::applies function core/lib/Drupal/Core/Site/MaintenanceMode.php Returns whether the site is in maintenance mode.
MaintenanceMode::exempt function core/lib/Drupal/Core/Site/MaintenanceMode.php Determines whether a user has access to the site in maintenance mode.
MaintenanceMode::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceMode.php Gets the site maintenance message.
MaintenanceMode::__construct function core/lib/Drupal/Core/Site/MaintenanceMode.php Constructs a new maintenance mode service.
MaintenanceModeEvents class core/lib/Drupal/Core/Site/MaintenanceModeEvents.php Defines events for maintenance mode.
MaintenanceModeEvents.php file core/lib/Drupal/Core/Site/MaintenanceModeEvents.php
MaintenanceModeEvents::MAINTENANCE_MODE_REQUEST constant core/lib/Drupal/Core/Site/MaintenanceModeEvents.php The name of the event fired when request is made in maintenance more.
MaintenanceModeInterface interface core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Defines the interface for the maintenance mode service.
MaintenanceModeInterface.php file core/lib/Drupal/Core/Site/MaintenanceModeInterface.php

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