You are here

public function FormEntityContextInterface::getEntityNamespace in Flexiform 8

Get the entity namespace.

Return value

string The entity namespace.

1 method overrides FormEntityContextInterface::getEntityNamespace()
FormEntityContext::getEntityNamespace in src/FormEntity/FormEntityContext.php
Get the entity namespace.

File

src/FormEntity/FormEntityContextInterface.php, line 29

Class

FormEntityContextInterface
Interface for form entity contexts.

Namespace

Drupal\flexiform\FormEntity

Code

public function getEntityNamespace();