You are here

public function FlexiformElementNodeTitle::formValidate in Flexiform 7

Validate the form element.

Overrides FlexiformElement::formValidate

File

includes/element/node_title.element.inc, line 45
Contains class for the Node title element.

Class

FlexiformElementNodeTitle
Class to add the node title field to a form.

Code

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