protected function FormComponentAddForm::formEntityManager in Flexiform 8
Get the form entity manager.
Return value
\Drupal\flexiform\FormEntity\FlexiformFormEntityManager The form entity manager.
File
- src/
Form/ FormComponentAddForm.php, line 83
Class
- FormComponentAddForm
- Provides a form for adding new form components.
Namespace
Drupal\flexiform\FormCode
protected function formEntityManager() {
return $this->formDisplay
->getFormEntityManager();
}