You are here

public function FormEntityContext::getEntityNamespace in Flexiform 8

Get the entity namespace.

Return value

string The entity namespace.

Overrides FormEntityContextInterface::getEntityNamespace

File

src/FormEntity/FormEntityContext.php, line 40

Class

FormEntityContext
Class for form entity contexts.

Namespace

Drupal\flexiform\FormEntity

Code

public function getEntityNamespace() {
  return $this->entityNamespace;
}