Drupal\Core\Ajax
Classes
An AJAX command for adding css to the page via ajax.
An AJAX command for calling the jQuery after() method.
Provides a helper to for submitting an AJAX form.
Provides a helper to determine if the current request is via AJAX.
JSON response object for AJAX requests.
Processes attachments of AJAX responses.
AJAX command for a javascript alert box.
AJAX command for a JavaScript Drupal.announce() call.
An AJAX command for calling the jQuery append() method.
Base command that only exists to simplify AJAX commands.
An AJAX command for calling the jQuery before() method.
An AJAX command for marking HTML elements as changed.
Defines an AJAX command that closes the current active dialog.
Defines an AJAX command that closes the currently visible modal dialog.
Trait for Ajax commands that render content and attach assets.
An AJAX command for calling the jQuery css() method.
An AJAX command for implementing jQuery's data() method.
AJAX command for focusing an element.
AJAX command for calling the jQuery html() method.
Generic AJAX command for inserting content.
AJAX command for invoking an arbitrary jQuery method.
AJAX command for a JavaScript Drupal.message() call.
Defines an AJAX command to open certain content in a dialog.
Defines an AJAX command to open certain content in a dialog in a modal dialog.
Defines an AJAX command to open content in a dialog in an off-canvas tray.
AJAX command for calling the jQuery insert() method.
Defines an AJAX command to set the window.location, loading that URL.
AJAX command for calling the jQuery remove() method.
AJAX command for calling the jQuery replace() method.
AJAX command for resetting the striping on a table.
Defines an AJAX command that sets jQuery UI dialog properties.
Defines an AJAX command that sets jQuery UI dialog properties.
AJAX command for adjusting Drupal's JavaScript settings.
AJAX command for updating the value of a hidden form_build_id input element on a form. It requires the form passed in to have keys for both the old build ID in #build_id_old and the new build ID in #build_id.
Interfaces
AJAX command interface.
Interface for Ajax commands that render content and attach assets.