interface CommandInterface

AJAX command interface.

All AJAX commands passed to AjaxResponse objects should implement these methods.

Hierarchy

Expanded class hierarchy of CommandInterface

All classes that implement CommandInterface

10 files declare their use of CommandInterface

File

drupal/core/lib/Drupal/Core/Ajax/CommandInterface.php, line 16
Definition of Drupal\Core\Ajax\CommandInterface.

Namespace

Drupal\Core\Ajax
View source

Members

Namesort descending Modifiers Type Description Overrides
CommandInterface::render public function Return an array to be run through json_encode and sent to the client. 10