You are here

public function FlexiformElement::type in Flexiform 7

Get the type of this form element.

3 methods override FlexiformElement::type()
FlexiformElementBroken::type in includes/element/broken.element.inc
Get the type of this form element.
FlexiformElementField::type in includes/element/field.element.inc
Return the type.
FlexiformElementFlexiform::type in includes/element/flexiform.element.inc
Return the type.

File

includes/flexiform.element.inc, line 112
Controller class for flexiform elements.

Class

FlexiformElement
Base class for all FlexiformElements

Code

public function type() {
  return $this->element_info['type'];
}