You are here

public function FormEntityContext::getFormEntity in Flexiform 8

Get the form entity plugin.

Return value

\Drupal\flexiform\FormEntity\FlexiformFormEntityInterface

Overrides FormEntityContextInterface::getFormEntity

File

src/FormEntity/FormEntityContext.php, line 47

Class

FormEntityContext
Class for form entity contexts.

Namespace

Drupal\flexiform\FormEntity

Code

public function getFormEntity() {
  return $this->formEntity;
}