You are here

public function FlexiformElementField::type in Flexiform 7

Return the type.

Overrides FlexiformElement::type

File

includes/element/field.element.inc, line 66
Contains FlexiformElementField class.

Class

FlexiformElementField
Class for Field API elements.

Code

public function type() {
  return 'Field';
}