function MaintenanceModeInterface::exempt

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

Determines whether a user has access to the site in maintenance mode.

Parameters

\Drupal\Core\Session\AccountInterface $account: The logged in user.

Return value

bool TRUE if the user should be exempted from maintenance mode.

File

core/lib/Drupal/Core/Site/MaintenanceModeInterface.php, line 33

Class

MaintenanceModeInterface
Defines the interface for the maintenance mode service.

Namespace

Drupal\Core\Site

Code

public function exempt(AccountInterface $account);

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