public function TripalImporter::form

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

Provides form elements to be added to the loader form.

These form elements are added after the file uploader section that is automaticaly provided by the TripalImporter.

Return value

A $form array.

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

File

tripal/includes/TripalImporter.inc, line 657

Class

TripalImporter

Code

public function form($form, &$form_state) {
  return $form;
}