Tripal
Functions
tripal_bulk_loader.DEPRECATED.inc File Reference

Functions

 tripal_bulk_loader_is_record_name_unique ($new_record_name, $template_id, $template_array=NULL, $current_priority=NULL)
 
 tripal_bulk_loader_delete_record ($delete_priority, $template_array)
 
 tripal_bulk_loader_delete_field ($priority, $delete_field_index, $template_array)
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal analysis api

Function Documentation

◆ tripal_bulk_loader_delete_field()

tripal_bulk_loader_delete_field (   $priority,
  $delete_field_index,
  $template_array 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_delete_bulk_loader_field().
See also
tripal_delete_bulk_loader_field().

◆ tripal_bulk_loader_delete_record()

tripal_bulk_loader_delete_record (   $delete_priority,
  $template_array 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_delete_bulk_loader_record().
See also
tripal_delete_bulk_loader_record().

◆ tripal_bulk_loader_is_record_name_unique()

tripal_bulk_loader_is_record_name_unique (   $new_record_name,
  $template_id,
  $template_array = NULL,
  $current_priority = NULL 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_is_bulk_loader_record_name_unique().
See also
tripal_is_bulk_loader_record_name_unique().