function MaintenanceMode::getSiteMaintenanceMessage
Same name in other branches
- 9 core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::getSiteMaintenanceMessage()
- 11.x core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::getSiteMaintenanceMessage()
File
-
core/
lib/ Drupal/ Core/ Site/ MaintenanceMode.php, line 70
Class
- MaintenanceMode
- Provides the default implementation of the maintenance mode service.
Namespace
Drupal\Core\SiteCode
public function getSiteMaintenanceMessage() {
return new FormattableMarkup($this->config
->get('system.maintenance')
->get('message'), [
'@site' => $this->config
->get('system.site')
->get('name'),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.