hook_ajax_render_alter

function hook_ajax_render_alter

hook_ajax_render_alter(array &$data)

Alter the Ajax command data that is sent to the client.

Parameters

\Drupal\Core\Ajax\CommandInterface[] $data: An array of all the rendered commands that will be sent to the client.

Related topics

Hooks
Define functions that alter the behavior of Drupal core.

File

core/lib/Drupal/Core/Form/form.api.php, line 153
Callbacks and hooks related to f