public function TripalField::instanceSettingsFormValidate

3.x TripalField.inc public TripalField::instanceSettingsFormValidate($form, &$form_state)

Provides validation of the instance settings form.

There is no equivalent function in the Drupal Field API. Validation of instance settings forms in Drupal is not supported. However, the TripalField provides this function to fill the gap. See the documentation for the instanceSettingsForm() function for instructions to support use of this function.

_state

Parameters

$form:

2 methods override TripalField::instanceSettingsFormValidate()
remote__data::instanceSettingsFormValidate in tripal_ws/includes/TripalFields/remote__data/remote__data.inc
_state
sbo__relationship::instanceSettingsFormValidate in tripal_chado/includes/TripalFields/sbo__relationship/sbo__relationship.inc
_state

File

tripal/includes/TripalFields/TripalField.inc, line 688

Class

TripalField

Code

public function instanceSettingsFormValidate($form, &$form_state) {

}