Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MaintenanceModeInterface.php

function 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.

1 method overrides MaintenanceModeInterface::exempt()
MaintenanceMode::exempt in core/lib/Drupal/Core/Site/MaintenanceMode.php
Determines whether a user has access to the site in 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);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal