function tripal_phylogeny_get_node_types_vocab

2.x tripal_phylogeny.import_tree.inc tripal_phylogeny_get_node_types_vocab()
3.x tripal_chado.module.DEPRECATED.api.inc tripal_phylogeny_get_node_types_vocab()

Get the vocabulary terms used to describe nodes in the tree.

Return value

Array of vocab info or FALSE on failure.

File

tripal_chado/api/modules/tripal_chado.module.DEPRECATED.api.inc, line 1202
These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.

Code

function tripal_phylogeny_get_node_types_vocab() {
  chado_phylogeny_get_node_types_vocab();
}