function MaintenanceMode::exempt

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::exempt()
  2. 10 core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::exempt()
  3. 11.x core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::exempt()

Overrides MaintenanceModeInterface::exempt

File

core/lib/Drupal/Core/Site/MaintenanceMode.php, line 67

Class

MaintenanceMode
Provides the default implementation of the maintenance mode service.

Namespace

Drupal\Core\Site

Code

public function exempt(AccountInterface $account) {
    return $account->hasPermission('access site in maintenance mode');
}

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