Defines the interface for the maintenance mode service.
Hierarchy
- interface \Drupal\Core\Site\MaintenanceModeInterface
File
- core/lib/Drupal/Core/Site/MaintenanceModeInterface.php, line 11
Namespace
Drupal\Core\Site
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| MaintenanceModeInterface::applies | public | function | Returns whether the site is in maintenance mode. |
| MaintenanceModeInterface::exempt | public | function | Determines whether a user has access to the site in maintenance mode. |
Please login to continue.