public function FlexiformElementBroken::type in Flexiform 7
Get the type of this form element.
Overrides FlexiformElement::type
File
- includes/
element/ broken.element.inc, line 15 - Contains class for the broken element.
Class
- FlexiformElementBroken
- Class to handle broken elements on a form.
Code
public function type() {
return t('Broken/Missing Handler');
}