public function AjaxPageControllerBase::initLayout in Forena Reports 8
Initialize the layout report.
Overrides AjaxControllerInterface::initLayout
1 call to AjaxPageControllerBase::initLayout()
- AjaxPageControllerBase::response in src/
Controller/ AjaxPageControllerBase.php - Return the response based on ajax pramters.
File
- src/
Controller/ AjaxPageControllerBase.php, line 621
Class
Namespace
Drupal\forena\ControllerCode
public function initLayout() {
$this->build = [];
}