Skip to content
Snippets Groups Projects
Forked from project / ajax_command_page_reload
3 commits behind, 3 commits ahead of the upstream repository.

Ajax Command Page Reload

Usage

See Drupal Core AJAX API for general documentation.

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