Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 248 B
Ajax Command Page Reload
Usage
See Drupal Core AJAX API for general documentation.
$response = new AjaxResponse();
$response->addCommand(new PageReloadCommand());
return $response;