public function FormEntityContextInterface::getFormEntity in Flexiform 8
Get the form entity plugin.
Return value
\Drupal\flexiform\FormEntity\FlexiformFormEntityInterface
1 method overrides FormEntityContextInterface::getFormEntity()
- FormEntityContext::getFormEntity in src/
FormEntity/ FormEntityContext.php - Get the form entity plugin.
File
- src/
FormEntity/ FormEntityContextInterface.php, line 36
Class
- FormEntityContextInterface
- Interface for form entity contexts.
Namespace
Drupal\flexiform\FormEntityCode
public function getFormEntity();