You are here

public function FlexiformElementNodeSticky::formValidate in Flexiform 7

Validate the form element.

Overrides FlexiformElement::formValidate

File

includes/element/node_sticky.element.inc, line 34
Contains class for the Node sticky element.

Class

FlexiformElementNodeSticky
Class to add the node sticky field to a form.

Code

public function formValidate($form, &$form_state, $entity, $language = LANGUAGE_NONE) {
}