public function FlexiformElement::getElementNamespace in Flexiform 7
Get the element namespace for this form element.
Return value
string The namespace of the element in the form.
File
- includes/
flexiform.element.inc, line 122 - Controller class for flexiform elements.
Class
- FlexiformElement
- Base class for all FlexiformElements
Code
public function getElementNamespace() {
return $this->element_namespace;
}