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
mail_html_test.info.yml file core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml
MainContentBlockPluginInterface interface core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php The interface for "main page content" blocks.
MainContentBlockPluginInterface.php file core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php
MainContentBlockPluginInterface::setMainContent function core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php Sets the main content render array.
MainContentFallbackTest class core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php Test SimplePageVariant main content rendering fallback page display variant.
MainContentFallbackTest.php file core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
MainContentFallbackTest::$adminUser property core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php The administrator user for the test.
MainContentFallbackTest::$defaultTheme property core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php The theme to install as the default for testing.
MainContentFallbackTest::$modules property core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php Modules to install.
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/admin/templates/system/maintenance-page--front.html.twig Gin'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.css file core/themes/default_admin/css/theme/maintenance-page.css Maintenance theming.
maintenance-page.css file core/themes/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/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/claro/templates/maintenance-page.html.twig Claro's theme implementation for maintenance page.
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/stable9/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/olivero/css/components/maintenance-page.pcss.css Maintenance page.
maintenance-page.pcss.css file core/themes/claro/css/theme/maintenance-page.pcss.css Maintenance theming.
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.

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