function chado_phylotree_chado_node_default_title_format

2.x tripal_phylogeny.chado_node.inc chado_phylotree_chado_node_default_title_format()
3.x tripal_phylogeny.chado_node.inc chado_phylotree_chado_node_default_title_format()

Implements [content_type]_chado_node_default_title_format().

Defines a default title format for the Chado Node API to set the titles on Chado phylotree nodes based on chado fields.

Related topics

File

tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc, line 489
Implements the phylotree node content type

Code

function chado_phylotree_chado_node_default_title_format() {
  return '[phylotree.name]';
}