You are here

public function FormEntityContext::setEntityNamespace in Flexiform 8

Set the entity namespace.

Parameters

string $namespace: The entity namespace.

Overrides FormEntityContextInterface::setEntityNamespace

File

src/FormEntity/FormEntityContext.php, line 33

Class

FormEntityContext
Class for form entity contexts.

Namespace

Drupal\flexiform\FormEntity

Code

public function setEntityNamespace($namespace) {
  $this->entityNamespace = $namespace;
}