function AjaxResponse::getCommands

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Ajax/AjaxResponse.php \Drupal\Core\Ajax\AjaxResponse::getCommands()
  2. 10 core/lib/Drupal/Core/Ajax/AjaxResponse.php \Drupal\Core\Ajax\AjaxResponse::getCommands()
  3. 11.x core/lib/Drupal/Core/Ajax/AjaxResponse.php \Drupal\Core\Ajax\AjaxResponse::getCommands()

Gets all AJAX commands.

Return value

array Returns render arrays for all previously added commands.

File

core/lib/Drupal/Core/Ajax/AjaxResponse.php, line 64

Class

AjaxResponse
JSON response object for AJAX requests.

Namespace

Drupal\Core\Ajax

Code

public function &getCommands() {
    return $this->commands;
}

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