Tripal
Functions
tripal_cv.DEPRECATED.inc File Reference

Functions

 tripal_cv_get_cv ($select_values)
 
 tripal_cv_get_cv_by_name ($name)
 
 tripal_cv_get_cv_by_id ($cv_id)
 
 tripal_cv_get_cv_id ($cv_name)
 
 tripal_cv_get_cv_options ()
 
 tripal_cv_get_cvterm_by_id ($cvterm_id)
 
 tripal_cv_get_cvterm_by_name ($name, $cv_id=NULL, $cv_name='tripal')
 
 tripal_cv_get_cvterm_by_synonym ($synonym, $cv_id=NULL, $cv_name='tripal')
 
 tripal_cv_get_cvterm_options ($cv_id=0)
 
 tripal_cv_update_cvtermpath ($cvid, $job_id=NULL)
 
 tripal_cv_add_cv ($name, $definition)
 
 tripal_cv_add_cvterm ($term, $defaultcv='_global', $is_relationship=0, $update=1, $dbname='internal')
 
 tripal_cv_submit_obo_job ($obo_id=NULL, $obo_name=NULL, $obo_url=NULL, $obo_file=NULL)
 
 tripal_cv_add_obo_ref ($name, $path)
 
 tripal_cv_cvterm_name_autocomplete ($cv_id, $string='')
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal cv api

Function Documentation

◆ tripal_cv_add_cv()

tripal_cv_add_cv (   $name,
  $definition 
)
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_insert_cv().
See also
tripal_insert_cv().

◆ tripal_cv_add_cvterm()

tripal_cv_add_cvterm (   $term,
  $defaultcv = '_global',
  $is_relationship = 0,
  $update = 1,
  $dbname = 'internal' 
)
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_insert_cvterm().
See also
tripal_insert_cvterm().

◆ tripal_cv_add_obo_ref()

tripal_cv_add_obo_ref (   $name,
  $path 
)
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_insert_obo().
See also
tripal_insert_obo().

◆ tripal_cv_cvterm_name_autocomplete()

tripal_cv_cvterm_name_autocomplete (   $cv_id,
  $string = '' 
)
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_autocomplete_cvterm().
See also
tripal_autocomplete_cvterm().

◆ tripal_cv_get_cv()

tripal_cv_get_cv (   $select_values)
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_get_cv().
See also
tripal_get_cv().

◆ tripal_cv_get_cv_by_id()

tripal_cv_get_cv_by_id (   $cv_id)
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_get_cv().
See also
tripal_get_cv().

◆ tripal_cv_get_cv_by_name()

tripal_cv_get_cv_by_name (   $name)
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_get_cv().
See also
tripal_get_cv().

◆ tripal_cv_get_cv_id()

tripal_cv_get_cv_id (   $cv_name)
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_get_cv().
See also
tripal_get_cv().

◆ tripal_cv_get_cv_options()

tripal_cv_get_cv_options ( )
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_get_cv_select_options().
See also
tripal_get_cv_select_options().

◆ tripal_cv_get_cvterm_by_id()

tripal_cv_get_cvterm_by_id (   $cvterm_id)
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_get_cvterm().
See also
tripal_get_cvterm().

◆ tripal_cv_get_cvterm_by_name()

tripal_cv_get_cvterm_by_name (   $name,
  $cv_id = NULL,
  $cv_name = 'tripal' 
)
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_get_cvterm().
See also
tripal_get_cvterm().

◆ tripal_cv_get_cvterm_by_synonym()

tripal_cv_get_cvterm_by_synonym (   $synonym,
  $cv_id = NULL,
  $cv_name = 'tripal' 
)
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_get_cvterm().
See also
tripal_get_cvterm().

◆ tripal_cv_get_cvterm_options()

tripal_cv_get_cvterm_options (   $cv_id = 0)
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_get_cvterm_select_options().
See also
tripal_get_cvterm_select_options().

◆ tripal_cv_submit_obo_job()

tripal_cv_submit_obo_job (   $obo_id = NULL,
  $obo_name = NULL,
  $obo_url = NULL,
  $obo_file = 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_submit_obo_job().
See also
tripal_submit_obo_job().

◆ tripal_cv_update_cvtermpath()

tripal_cv_update_cvtermpath (   $cvid,
  $job_id = 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_update_cvtermpath().
See also
tripal_update_cvtermpath().