AddCssCommand |
drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php |
An AJAX command for adding css to the page via ajax. |
AfterCommand |
drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php |
An AJAX command for calling the jQuery after() method. |
AjaxResponse |
drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php |
JSON response object for AJAX requests. |
AlertCommand |
drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php |
AJAX command for a javascript alert box. |
AppendCommand |
drupal/core/lib/Drupal/Core/Ajax/AppendCommand.php |
An AJAX command for calling the jQuery append() method. |
BeforeCommand |
drupal/core/lib/Drupal/Core/Ajax/BeforeCommand.php |
An AJAX command for calling the jQuery before() method. |
ChangedCommand |
drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php |
An AJAX command for marking HTML elements as changed. |
CommandInterface |
drupal/core/lib/Drupal/Core/Ajax/CommandInterface.php |
AJAX command interface. |
CssCommand |
drupal/core/lib/Drupal/Core/Ajax/CssCommand.php |
An AJAX command for calling the jQuery css() method. |
DataCommand |
drupal/core/lib/Drupal/Core/Ajax/DataCommand.php |
An AJAX command for implementing jQuery's data() method. |
HtmlCommand |
drupal/core/lib/Drupal/Core/Ajax/HtmlCommand.php |
AJAX command for calling the jQuery html() method. |
InsertCommand |
drupal/core/lib/Drupal/Core/Ajax/InsertCommand.php |
Generic AJAX command for inserting content. |
InvokeCommand |
drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php |
AJAX command for invoking an arbitrary jQuery method. |
PrependCommand |
drupal/core/lib/Drupal/Core/Ajax/PrependCommand.php |
AJAX command for calling the jQuery insert() method. |
RemoveCommand |
drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php |
AJAX command for calling the jQuery remove() method. |
ReplaceCommand |
drupal/core/lib/Drupal/Core/Ajax/ReplaceCommand.php |
AJAX command for calling the jQuery replace() method. |
RestripeCommand |
drupal/core/lib/Drupal/Core/Ajax/RestripeCommand.php |
AJAX command for resetting the striping on a table. |
SettingsCommand |
drupal/core/lib/Drupal/Core/Ajax/SettingsCommand.php |
AJAX command for adjusting Drupal's JavaScript settings. |