public function AjaxPageControllerBase::isAjaxCall in Forena Reports 8
Indicates whether the current callback is an ajax call.
Return value
bool
File
- src/
Controller/ AjaxPageControllerBase.php, line 150
Class
Namespace
Drupal\forena\ControllerCode
public function isAjaxCall() {
return $this->jsMode != 'nojs';
}