public function TripalImporter::formValidate

3.x TripalImporter.inc public TripalImporter::formValidate($form, &$form_state)

Handles validation of the form elements.

The form elements provided in the implementation of the form() function should be validated using this function.

5 methods override TripalImporter::formValidate()
FASTAImporter::formValidate in tripal_chado/includes/TripalImporter/FASTAImporter.inc
GFF3Importer::formValidate in tripal_chado/includes/TripalImporter/GFF3Importer.inc
NewickImporter::formValidate in tripal_chado/includes/TripalImporter/NewickImporter.inc
OBOImporter::formValidate in tripal_chado/includes/TripalImporter/OBOImporter.inc
TaxonomyImporter::formValidate in tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

File

tripal/includes/TripalImporter.inc, line 677

Class

TripalImporter

Code

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

}