public function FlexiformFormEntityBase::getFormEntityContext in Flexiform 8
Get the context.
Return value
\Drupal\Core\Plugin\Context\ContextInterface The form entity context.
Overrides FlexiformFormEntityInterface::getFormEntityContext
File
- src/
FormEntity/ FlexiformFormEntityBase.php, line 100
Class
- FlexiformFormEntityBase
- Provides the base form entity plugin.
Namespace
Drupal\flexiform\FormEntityCode
public function getFormEntityContext() {
return $this->formEntityContext;
}