57 calls to chado_get_id_from_nid()

chado_analysis_delete in tripal_analysis/includes/tripal_analysis.chado_node.inc
Implements hook_delete(). Removes analysis from the chado database.
chado_analysis_insert in tripal_analysis/includes/tripal_analysis.chado_node.inc
Implements hook_insert(). When a new chado_analysis node is created we also need to add information to our chado_analysis table. This function is called on insert of a new node of type 'chado_analysis' and inserts the necessary information.
chado_analysis_load in tripal_analysis/includes/tripal_analysis.chado_node.inc
Implements hook_load(). When a node is requested by the user this function is called to allow us to add auxiliary data to the node object.
chado_analysis_update in tripal_analysis/includes/tripal_analysis.chado_node.inc
Implements hook_update(). Update analyses
chado_contact_delete in tripal_contact/includes/tripal_contact.chado_node.inc
Implements hook_delete().
chado_contact_insert in tripal_contact/includes/tripal_contact.chado_node.inc
Implements of hook_insert().
chado_contact_load in tripal_contact/includes/tripal_contact.chado_node.inc
Implements hook_load().
chado_contact_update in tripal_contact/includes/tripal_contact.chado_node.inc
Implements hook_update
chado_example_delete in tripal_example/includes/tripal_example.chado_node.inc
Implementation of hook_delete(). This function runs after the node has been deleted from the Drupal schema and allows us to delete the corresponding record in Chado.
chado_example_insert in tripal_example/includes/tripal_example.chado_node.inc
Implementation of hook_insert(). This function is called after the node is inserted into the database. We need it so that we can insert appropriate fields as provided by the user into the database. And so that we can link the new Drupal node to the…
chado_example_load in tripal_example/includes/tripal_example.chado_node.inc
Implementation of hook_load(). This function is necessary to load into the $node object the fields of the table form Chado. For example for the example table, the chado_example_load() function adds in a example object which contains all of the fields…
chado_featuremap_delete in tripal_featuremap/includes/tripal_featuremap.chado_node.inc
Implements hook_delete().
chado_featuremap_insert in tripal_featuremap/includes/tripal_featuremap.chado_node.inc
Implements hook_insert().
chado_featuremap_load in tripal_featuremap/includes/tripal_featuremap.chado_node.inc
Implements hook_load().
chado_featuremap_update in tripal_featuremap/includes/tripal_featuremap.chado_node.inc
Implements hook_update(). Update nodes
chado_feature_delete in tripal_feature/includes/tripal_feature.chado_node.inc
Implements hook_delete().
chado_feature_insert in tripal_feature/includes/tripal_feature.chado_node.inc
Implements hook_insert().
chado_feature_load in tripal_feature/includes/tripal_feature.chado_node.inc
Implements hook_load().
chado_feature_update in tripal_feature/includes/tripal_feature.chado_node.inc
Implements hook_update().
chado_get_id_for_node in tripal_core/api/tripal_core.DEPRECATED.api.inc
chado_library_delete in tripal_library/includes/tripal_library.chado_node.inc
Implements hook_delete().
chado_library_insert in tripal_library/includes/tripal_library.chado_node.inc
Implements hook_insert().
chado_library_load in tripal_library/includes/tripal_library.chado_node.inc
Implements hook_load().
chado_library_update in tripal_library/includes/tripal_library.chado_node.inc
Implements hook_update().
chado_organism_delete in tripal_organism/includes/tripal_organism.chado_node.inc
Implements hook_delete().
chado_organism_insert in tripal_organism/includes/tripal_organism.chado_node.inc
Implements hook_insert().
chado_organism_load in tripal_organism/includes/tripal_organism.chado_node.inc
Implements hook_load().
chado_organism_update in tripal_organism/includes/tripal_organism.chado_node.inc
Implements hook_update().
chado_phylotree_delete in tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implements hook_delete().
chado_phylotree_insert in tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implements hook_insert().
chado_phylotree_load in tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implements hook_load().
chado_phylotree_update in tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implements hook_update().
chado_project_delete in tripal_project/includes/tripal_project.chado_node.inc
Implementation of hook_delete().
chado_project_insert in tripal_project/includes/tripal_project.chado_node.inc
Implementation of hook_insert().
chado_project_load in tripal_project/includes/tripal_project.chado_node.inc
Implementation of hook_load().
chado_project_update in tripal_project/includes/tripal_project.chado_node.inc
Implements hook_update().
chado_pub_delete in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_delete().
chado_pub_insert in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_insert().
chado_pub_load in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_load().
chado_pub_update in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_update().
chado_stock_insert in tripal_stock/includes/tripal_stock.chado_node.inc
Implements hook_insert(). Inserts data from chado_stock_form() into drupal and chado
chado_stock_load in tripal_stock/includes/tripal_stock.chado_node.inc
Implements hook_load().
chado_update_existing_node_urls in tripal_core/api/tripal_core.chado_nodes.title_and_path.api.inc
Tripal Job for updating all node URLs for a particular node type.
tripal_analysis_node_insert in tripal_analysis/includes/tripal_analysis.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_contact_node_insert in tripal_contact/includes/tripal_contact.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_example_node_insert in tripal_example/includes/tripal_example.chado_node.inc
Implementation of hook node_insert().
tripal_featuremap_node_insert in tripal_featuremap/includes/tripal_featuremap.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_feature_node_insert in tripal_feature/includes/tripal_feature.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_library_node_insert in tripal_library/includes/tripal_library.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_organism_node_insert in tripal_organism/includes/tripal_organism.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_phylogeny_node_insert in tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_phylogeny_node_update in tripal_phylogeny/includes/tripal_phylogeny.chado_node.inc
Implements hook_node_update(). Acts on all content types.
tripal_project_node_insert in tripal_project/includes/tripal_project.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_pub_node_insert in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_node_insert(). Acts on all content types.
tripal_pub_node_load in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_node_load(). Acts on all content types.
tripal_pub_node_update in tripal_pub/includes/tripal_pub.chado_node.inc
Implements hook_node_update(). Acts on all content types.
tripal_stock_node_insert in tripal_stock/includes/tripal_stock.chado_node.inc
Implements hook_node_insert(). Acts on all content types.