You are here

public function FlexiformElementUserName::formValidate in Flexiform 7

Validate the form element.

Overrides FlexiformElement::formValidate

File

includes/element/user_name.element.inc, line 59
Contains class for the User name element.

Class

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

Code

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