public function FlexiformFormEntityInterface::getFormEntityContext in Flexiform 8
Get the context.
Return value
\Drupal\Core\Plugin\Context\ContextInterface The form entity context.
1 method overrides FlexiformFormEntityInterface::getFormEntityContext()
- FlexiformFormEntityBase::getFormEntityContext in src/
FormEntity/ FlexiformFormEntityBase.php - Get the context.
File
- src/
FormEntity/ FlexiformFormEntityInterface.php, line 19
Class
- FlexiformFormEntityInterface
- Interface for form entity plugins.
Namespace
Drupal\flexiform\FormEntityCode
public function getFormEntityContext();