Tripal
Functions
tripal.terms.api.inc File Reference

Functions

 hook_vocab_storage_info ()
 
 hook_vocab_import_form ($form, &$form_state)
 
 hook_vocab_import_form_validate ($form, &$form_state)
 
 hook_vocab_import_form_submit ($form, &$form_state)
 
 hook_vocab_get_term ($vocabulary, $accession)
 
 hook_vocab_get_terms ($vocabulary, $limit=25, $element=0)
 
 hook_vocab_get_term_children ($vocabulary, $accession)
 
 hook_vocab_get_root_terms ($vocabulary)
 
 hook_vocab_get_vocabulary ($vocabulary)
 
 hook_vocab_get_vocabularies ()
 
 hook_vocab_add_term ($details)
 
 tripal_add_term ($details)
 
 tripal_get_term_details ($vocabulary, $accession)
 
 tripal_get_vocabulary_root_terms ($vocabulary)
 
 tripal_get_term_children ($vocabulary, $accession)
 
 tripal_get_vocabulary_details ($vocabulary)
 
 tripal_get_vocabulary_terms ($vocabulary, $limit=25, $element=0)
 
 tripal_get_vocabularies ()
 
 tripal_get_term_lookup_form (&$form, &$form_state, $default_name='', $title='Vocabulary Term', $description='', $is_required=FALSE, $field_name='', $delta=0, $callback='', $wrapper='', $validate=[], $weight=0)
 
 tripal_get_term_lookup_form_options_descriptions ($element, &$form_state)
 
 tripal_get_term_lookup_form_result ($form, $form_state, $field_name='', $delta=0)
 
 tripal_get_term_lookup_form_ajax_callback ($form, $form_state)
 

Detailed Description

Provides an application programming interface (API) for working with controlled vocabulary terms.