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\FormEntityCode
public function getFormEntity() {
return $this->formEntity;
}