You are here

public function FormComponentTypeInterface::getFormEntityManager in Flexiform 8

Get the form entity manager.

Return value

\Drupal\flexiform\FormEntity\FlexiformFormEntityManager The form entity manager.

1 method overrides FormComponentTypeInterface::getFormEntityManager()
FormComponentTypeBase::getFormEntityManager in src/FormComponent/FormComponentTypeBase.php
Get the form entity manager.

File

src/FormComponent/FormComponentTypeInterface.php, line 18

Class

FormComponentTypeInterface
Interface for form component type plugins.

Namespace

Drupal\flexiform\FormComponent

Code

public function getFormEntityManager();