Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Ajax Command Page Reload

Usage

See Drupal Core AJAX API for general documentation.

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