You are here

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\FormEntity

Code

public function getFormEntityContext() {
  return $this->formEntityContext;
}