AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php \Drupal\Core\EventSubscriber\AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER
  2. 8.9.x core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php \Drupal\Core\EventSubscriber\AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER
  3. 10 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 32

Class

AjaxResponseSubscriber
Response subscriber to handle AJAX responses.

Namespace

Drupal\Core\EventSubscriber

Code

const AJAX_REQUEST_PARAMETER = '_drupal_ajax';

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