You are here

public function FormBase::getFormArray in Form Builder 7.2

File

src/FormBase.php, line 258

Class

FormBase

Namespace

Drupal\form_builder

Code

public function getFormArray() {
  return $this->form;
}