You are here

public function FormEntityContextInterface::setEntityNamespace in Flexiform 8

Set the entity namespace.

Parameters

string $namespace: The entity namespace.

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

File

src/FormEntity/FormEntityContextInterface.php, line 21

Class

FormEntityContextInterface
Interface for form entity contexts.

Namespace

Drupal\flexiform\FormEntity

Code

public function setEntityNamespace($namespace);