You are here

public function AjaxFormTrait::__wakeup in Forena Reports 8

File

src/Form/AjaxFormTrait.php, line 180

Class

AjaxFormTrait
Class AjaxFormTrait

Namespace

Drupal\forena\Form

Code

public function __wakeup() {
  $this->controller = AjaxPageControllerBase::service();
}