Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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/bartik/templates/maintenance-page.html.twig Bartik's theme implementation to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/stable/templates/layout/maintenance-page.html.twig Theme override 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/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/classy/templates/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
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/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/themes/stable/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
MaintenanceModeInterface::applies function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Returns whether the site is in maintenance mode.
MaintenanceModeInterface::exempt function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Determines whether a user has access to the site in maintenance mode.
MaintenanceModeInterface::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Gets the site maintenance message.
MaintenanceModeSubscriber class core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber for controller requests.
MaintenanceModeSubscriber class core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber to log out users.
MaintenanceModeSubscriber.php file core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber.php file core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::$account property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The current account.
MaintenanceModeSubscriber::$account property core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php The current account.
MaintenanceModeSubscriber::$bareHtmlPageRenderer property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The bare HTML page renderer.
MaintenanceModeSubscriber::$config property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The config factory.
MaintenanceModeSubscriber::$eventDispatcher property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php An event dispatcher instance to use for configuration events.
MaintenanceModeSubscriber::$maintenanceMode property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The maintenance mode.
MaintenanceModeSubscriber::$maintenanceMode property core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php The maintenance mode.
MaintenanceModeSubscriber::$messenger property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The messenger.
MaintenanceModeSubscriber::$urlGenerator property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The URL generator.
MaintenanceModeSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Logout users if site is in maintenance mode.
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Returns the site maintenance page if the site is offline.
MaintenanceModeSubscriber::onMaintenanceModeRequest function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Returns response when site is in maintenance mode and user is not exempt.
MaintenanceModeSubscriber::onMaintenanceModeRequest function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Logout users if site is in maintenance mode and user is not exempt.
MaintenanceModeSubscriber::__construct function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Constructs a new MaintenanceModeSubscriber.
MaintenanceModeSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Constructs a new MaintenanceModeSubscriber.
MaintenanceThemeTest class core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php Tests themes and base themes are correctly loaded.

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