public function AjaxResponse::getCommands

public &AjaxResponse::getCommands()

Gets all AJAX commands.

Return value

\Drupal\Core\Ajax\CommandInterface[] Returns all previously added AJAX 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;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Ajax!AjaxResponse.php/function/AjaxResponse::getCommands/8.1.x