Skip to content
Snippets Groups Projects
François's avatar
Issue #3475849 by mably: Drupal 11 compatible version
Frank Mably authored
f75b0ecc
History

Ajax Command Page Reload

Usage

See Drupal Core AJAX API for general documentation.

$response = new AjaxResponse();
$response->addCommand(new PageReloadCommand());
return $response;