You are here

public function PartyActivityElementTitle::formValidate in Party 7

Validate the form element.

Overrides FlexiformElement::formValidate

File

modules/party_activity/includes/element/party_activity_title.element.inc, line 45
Contains class for the Node title element.

Class

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

Code

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