function chado_project_chado_node_default_title_format

2.x tripal_project.chado_node.inc chado_project_chado_node_default_title_format()
3.x tripal_project.chado_node.inc chado_project_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 project nodes based on chado fields.

File

legacy/tripal_project/includes/tripal_project.chado_node.inc, line 590
Implement the project node content type

Code

function chado_project_chado_node_default_title_format() {
  return '[project.name]';
}