public function FlexiformElementNodePromote::formValidate in Flexiform 7
Validate the form element.
Overrides FlexiformElement::formValidate
File
- includes/
element/ node_promote.element.inc, line 34 - Contains class for the Node promote element.
Class
- FlexiformElementNodePromote
- Class to add the node promote field to a form.
Code
public function formValidate($form, &$form_state, $entity, $language = LANGUAGE_NONE) {
}