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\FormEntityCode
public function setEntityNamespace($namespace) {
$this->entityNamespace = $namespace;
}