14 calls to tripal_get_default_cv()

chado_add_node_form_properties in legacy/tripal_core/api/tripal_core.chado_nodes.properties.api.inc
chado_add_node_form_relationships in legacy/tripal_core/api/tripal_core.chado_nodes.relationships.api.inc
Provides a form for adding to BASE_relationship and relationship tables
chado_analysis_form in legacy/tripal_analysis/includes/tripal_analysis.chado_node.inc
Implements hook_form(). When editing or creating a new node of type 'chado_analysis' we need a form. This function creates the form that will be used for this.
chado_contact_form in legacy/tripal_contact/includes/tripal_contact.chado_node.inc
Implementation of hook_form().
chado_featuremap_form in legacy/tripal_featuremap/includes/tripal_featuremap.chado_node.inc
When editing or creating a new node of type 'chado_featuremap' we need a form. This function creates the form that will be used for this.
chado_feature_form in legacy/tripal_feature/includes/tripal_feature.chado_node.inc
Implementation of hook_form().
chado_library_form in legacy/tripal_library/includes/tripal_library.chado_node.inc
Implements hook_form().
chado_organism_form in legacy/tripal_organism/includes/tripal_organism.chado_node.inc
Implement hook_form().
chado_phylotree_form in legacy/tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implementation of hook_form().
chado_project_form in legacy/tripal_project/includes/tripal_project.chado_node.inc
Implementation of hook_form().
chado_pub_form in legacy/tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_form().
chado_stock_form in legacy/tripal_stock/includes/tripal_stock.chado_node.inc
Implements hook_form(). Creates the main Add/Edit/Delete Form for chado stocks
NewickImporter::form in tripal_chado/includes/TripalImporter/NewickImporter.inc
tripal_get_cvterm_default_select_options in legacy/tripal_cv/api/tripal_cv.api.inc
Create an options array to be used in a form element which provides a list of all chado cvterms. Unlike the tripal_get_cvterm_select_option, this function retreives the cvterms using the default vocabulary set for a given table and field. It will…