You are here

MaintenanceModeEvents.php in Drupal 10

Namespace

Drupal\Core\Site

File

core/lib/Drupal/Core/Site/MaintenanceModeEvents.php
View source
<?php

namespace Drupal\Core\Site;


/**
 * Defines events for maintenance mode.
 */
final class MaintenanceModeEvents {

  /**
   * The name of the event fired when request is made in maintenance more.
   */
  const MAINTENANCE_MODE_REQUEST = 'site.maintenance_mode_request';

}

Classes

Namesort descending Description
MaintenanceModeEvents Defines events for maintenance mode.