public function AjaxFormTrait::getController in Forena Reports 8
Return the controller that is bound to the form.
File
- src/
Form/ AjaxFormTrait.php, line 30
Class
- AjaxFormTrait
- Class AjaxFormTrait
Namespace
Drupal\forena\FormCode
public function getController() {
return $this->controller;
}