Ajax Command Page Reload
Usage
See Drupal Core AJAX API for general documentation.
$response = new AjaxResponse();
$response->addCommand(new PageReloadCommand());
return $response;
See Drupal Core AJAX API for general documentation.
$response = new AjaxResponse();
$response->addCommand(new PageReloadCommand());
return $response;