Ajax Command Page Reload
Usage
See Drupal Core AJAX API for general documentation.
$response = new AjaxResponse();
$response->addCommand(new PageReloadCommand());
return $response;
Name | Last commit | Last update |
---|---|---|
js/ajax/command | ||
src/Ajax | ||
README.md | ||
ajax_command_page_reload.info.yml | ||
ajax_command_page_reload.libraries.yml | ||
composer.json |
See Drupal Core AJAX API for general documentation.
$response = new AjaxResponse();
$response->addCommand(new PageReloadCommand());
return $response;