function chado_organism_chado_node_default_title_format

2.x tripal_organism.chado_node.inc chado_organism_chado_node_default_title_format()
3.x tripal_organism.chado_node.inc chado_organism_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 organism nodes based on chado fields.

File

tripal_organism/includes/tripal_organism.chado_node.inc, line 781
Implements the organims node content type

Code

function chado_organism_chado_node_default_title_format() {
  return '[organism.genus] [organism.species]';
}