You are here

constant AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php \Drupal\Core\EventSubscriber\AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER

Request parameter to indicate that a request is a Drupal Ajax request.

File

core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php, line 43
Contains \Drupal\Core\EventSubscriber\AjaxResponseSubscriber.

Class

AjaxResponseSubscriber
Response subscriber to handle AJAX responses.

Namespace

Drupal\Core\EventSubscriber

Code

const AJAX_REQUEST_PARAMETER = '_drupal_ajax';