function hook_vocab_import_form_submit

3.x tripal.terms.api.inc hook_vocab_import_form_submit($form, &$form_state)

Submits the hook_vocab_import_form().

_state

Parameters

$form:

Related topics

1 function implements hook_vocab_import_form_submit()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

tripal_chado_vocab_import_form_submit in tripal_chado/includes/tripal_chado.vocab_storage.inc
Implements hook_vocab_import_form_submit();

File

tripal/api/tripal.terms.api.inc, line 138
Provides an application programming interface (API) for working with controlled vocaublary terms.

Code

function hook_vocab_import_form_submit($form, &$form_state) {

}