You are here

public function FormComponentBase::getFormEntityManager in Flexiform 8

Return value

\Drupal\flexiform\FormEntity\FlexiformFormEntityManager

File

src/FormComponent/FormComponentBase.php, line 45

Class

FormComponentBase
Provides the base form component plugin.

Namespace

Drupal\flexiform\FormComponent

Code

public function getFormEntityManager() {
  return $this->formEntityManager;
}