public function AjaxFormBase::getController in Forena Reports 8
Return the controller that is bound to the form.
Parameters
\Drupal\Core\Form\FormStateInterface $form_state:
Return value
\Drupal\forena\Controller\AjaxPageControllerBase|mixed
File
- src/
Form/ AjaxFormBase.php, line 54
Class
- AjaxFormBase
- Class AjaxFormTrait
Namespace
Drupal\forena\FormCode
public function getController() {
return $this->controller;
}