Tripal
Functions
tripal_core.DEPRECATED.inc File Reference

Functions

 chado_get_id_for_node ($table, $node)
 
 chado_get_node_id ($table, $id)
 
 tripal_core_chado_node_cleanup_orphaned ($table, $job_id=NULL)
 
 chado_node_additional_dbxrefs_form (&$form, &$form_state, $details)
 
 chado_node_additional_dbxrefs_form_retreive ($node)
 
 chado_node_additional_dbxrefs_form_update_dbxrefs ($node, $details, $retrieved_dbxrefs=FALSE)
 
 chado_node_properties_form ($form, &$form_state, $details)
 
 chado_node_properties_form_retreive ($node)
 
 chado_node_properties_form_update_properties ($node, $details, $retrieved_properties=FALSE)
 
 chado_node_relationships_form (&$form, &$form_state, $details)
 
 chado_node_relationships_form_retreive ($node)
 
 chado_node_relationships_form_update_relationships ($node, $details, $retrieved_relationships=FALSE)
 
 tripal_core_chado_node_sync_form ($form, &$form_state)
 
 tripal_core_chado_node_sync_records ($base_table, $max_sync=FALSE, $organism_id=FALSE, $types=[], $ids=[], $job_id=NULL)
 
 tripal_core_is_tripal_node_type ()
 
 tripal_core_chado_get_foreign_key ($table_desc, $field, $values, $options=NULL)
 
 tripal_core_chado_delete ($table, $match, $options=NULL)
 
 tripal_core_expand_chado_vars ($object, $type, $to_expand, $table_options=[])
 
 tripal_core_generate_chado_var ($table, $values, $base_options=[])
 
 tripal_core_chado_insert ($table, $values, $options=[])
 
 tripal_core_chado_select ($table, $columns, $values, $options=NULL)
 
 tripal_core_chado_update ($table, $match, $values, $options=NULL)
 
 tripal_create_moddir ($module_name)
 
 tripal_create_mod_subdir ($module_name, $path)
 
 tripal_file_directory_path ()
 
 tripal_get_moddir ($module_name)
 
 tripal_jobs_cancel ($job_id, $redirect=TRUE)
 
 tripal_get_module_active_jobs ($modulename)
 
 tripal_jobs_get_end_time ($job)
 
 tripal_jobs_get_start_time ($job)
 
 tripal_jobs_get_submit_date ($job)
 
 tripal_jobs_check_running ()
 
 tripal_jobs_launch ($do_parallel=0, $job_id=NULL)
 
 tripal_jobs_rerun ($job_id, $goto_jobs_page=TRUE)
 
 tripal_job_set_progress ($job_id, $percentage)
 
 tripal_mviews_action ($op, $mview_id, $redirect=FALSE)
 
 tripal_add_legacy_mview ($name, $modulename, $mv_table, $mv_specs, $indexed, $query, $special_index, $comment)
 
 tripal_update_mview ($mview_id)
 
 tripal_mviews_get_mview_id ($view_name)
 
 tripal_core_delete_property_by_id ($basetable, $property_id)
 
 tripal_core_delete_property ($basetable, $record_id, $property, $cv_name)
 
 tripal_core_get_property ($basetable, $record_id, $property, $cv_name)
 
 tripal_get_max_chado_rank ($tablename, $where_options)
 
 get_max_chado_rank ($tablename, $where_options)
 
 tripal_core_insert_property ($basetable, $record_id, $property, $cv_name, $value, $update_if_present=0)
 
 tripal_core_update_property_by_id ($basetable, $record_id, $property, $cv_name, $value)
 
 tripal_core_update_property ($basetable, $record_id, $property, $cv_name, $value, $insert_if_missing=0)
 
 tripal_core_create_custom_table (&$ret, $table, $schema, $skip_creation=1)
 
 tripal_core_edit_custom_table ($table_id, $table_name, $schema, $skip_creation=1)
 
 tripal_custom_tables_get_table_id ($table_name)
 
 tripal_get_chado_custom_schema ($table)
 
 tripal_core_is_chado_installed ()
 
 tripal_core_get_chado_table_schema ($table)
 
 tripal_core_get_chado_version ($exact=FALSE, $warn_if_unsupported=FALSE)
 
 tripal_db_set_active ($dbname='default')
 
 tripal_core_is_chado_local ()
 
 tripal_core_get_chado_tables ($include_custom=NULL)
 
 tripal_core_chado_schema_exists ()
 
 tripal_core_schema_exists ($schema)
 
 tripal_core_report_error ($type, $severity, $message, $variables=[], $options=[])
 

Detailed Description

Contains all the deprecated functions to keep the tripal api backwards compatible.

Function Documentation

◆ chado_get_id_for_node()

chado_get_id_for_node (   $table,
  $node 
)
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 chado_get_id_from_nid().
See also
chado_get_id_from_nid()

◆ chado_get_node_id()

chado_get_node_id (   $table,
  $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 chado_get_nid_from_id().
See also
chado_get_nid_from_id().

◆ chado_node_additional_dbxrefs_form()

chado_node_additional_dbxrefs_form ( $form,
$form_state,
  $details 
)
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 chado_add_node_form_dbxrefs().
See also
chado_add_node_form_dbxrefs().

◆ chado_node_additional_dbxrefs_form_retreive()

chado_node_additional_dbxrefs_form_retreive (   $node)
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 chado_retrieve_node_form_dbxrefs().
See also
chado_retrieve_node_form_dbxrefs().

◆ chado_node_additional_dbxrefs_form_update_dbxrefs()

chado_node_additional_dbxrefs_form_update_dbxrefs (   $node,
  $details,
  $retrieved_dbxrefs = FALSE 
)
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 chado_update_node_form_dbxrefs().
See also
chado_update_node_form_dbxrefs().

◆ chado_node_properties_form()

chado_node_properties_form (   $form,
$form_state,
  $details 
)
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 chado_add_node_form_properties().
See also
chado_add_node_form_properties().

◆ chado_node_properties_form_retreive()

chado_node_properties_form_retreive (   $node)
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 chado_retrieve_node_form_properties().
See also
chado_retrieve_node_form_properties().

◆ chado_node_properties_form_update_properties()

chado_node_properties_form_update_properties (   $node,
  $details,
  $retrieved_properties = FALSE 
)
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 chado_update_node_form_properties().
See also
chado_update_node_form_properties().

◆ chado_node_relationships_form()

chado_node_relationships_form ( $form,
$form_state,
  $details 
)
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 chado_add_node_form_relationships().
See also
chado_add_node_form_relationships().

◆ chado_node_relationships_form_retreive()

chado_node_relationships_form_retreive (   $node)
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 chado_retrieve_node_form_relationships().
See also
chado_retrieve_node_form_relationships().

◆ chado_node_relationships_form_update_relationships()

chado_node_relationships_form_update_relationships (   $node,
  $details,
  $retrieved_relationships = FALSE 
)
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 chado_update_node_form_relationships().
See also
chado_update_node_form_relationships().

◆ get_max_chado_rank()

get_max_chado_rank (   $tablename,
  $where_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 chado_get_table_max_rank().
See also
chado_get_table_max_rank().

◆ tripal_add_legacy_mview()

tripal_add_legacy_mview (   $name,
  $modulename,
  $mv_table,
  $mv_specs,
  $indexed,
  $query,
  $special_index,
  $comment 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 1.0 and will is in the process of being removed.

◆ tripal_core_chado_delete()

tripal_core_chado_delete (   $table,
  $match,
  $options = 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 chado_delete_record().
See also
chado_delete_record().

◆ tripal_core_chado_get_foreign_key()

tripal_core_chado_get_foreign_key (   $table_desc,
  $field,
  $values,
  $options = 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 chado_schema_get_foreign_key().
See also
chado_schema_get_foreign_key().

◆ tripal_core_chado_insert()

tripal_core_chado_insert (   $table,
  $values,
  $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 chado_insert_record().
See also
chado_insert_record().

◆ tripal_core_chado_node_cleanup_orphaned()

tripal_core_chado_node_cleanup_orphaned (   $table,
  $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 chado_cleanup_orphaned_nodes().
See also
chado_cleanup_orphaned_nodes().

◆ tripal_core_chado_node_sync_form()

tripal_core_chado_node_sync_form (   $form,
$form_state 
)
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 chado_node_sync_form().
See also
chado_node_sync_form().

◆ tripal_core_chado_node_sync_records()

tripal_core_chado_node_sync_records (   $base_table,
  $max_sync = FALSE,
  $organism_id = FALSE,
  $types = [],
  $ids = [],
  $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 chado_node_sync_records().
See also
chado_node_sync_records().

◆ tripal_core_chado_schema_exists()

tripal_core_chado_schema_exists ( )
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 chado_is_local().
See also
chado_is_local().

◆ tripal_core_chado_select()

tripal_core_chado_select (   $table,
  $columns,
  $values,
  $options = 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 chado_select_record().
See also
chado_select_record().

◆ tripal_core_chado_update()

tripal_core_chado_update (   $table,
  $match,
  $values,
  $options = 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 chado_update_record().
See also
chado_update_record().

◆ tripal_core_create_custom_table()

tripal_core_create_custom_table ( $ret,
  $table,
  $schema,
  $skip_creation = 1 
)
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 chado_create_custom_table().
See also
chado_create_custom_table().

◆ tripal_core_delete_property()

tripal_core_delete_property (   $basetable,
  $record_id,
  $property,
  $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 chado_delete_property().
See also
chado_delete_property().

◆ tripal_core_delete_property_by_id()

tripal_core_delete_property_by_id (   $basetable,
  $property_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 is considered to be no easier to use than chado_delete_record directly chado_delete_record().
See also
chado_delete_record().

◆ tripal_core_edit_custom_table()

tripal_core_edit_custom_table (   $table_id,
  $table_name,
  $schema,
  $skip_creation = 1 
)
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 chado_edit_custom_table().
See also
chado_edit_custom_table().

◆ tripal_core_expand_chado_vars()

tripal_core_expand_chado_vars (   $object,
  $type,
  $to_expand,
  $table_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 chado_expand_var().
See also
chado_expand_var().

◆ tripal_core_generate_chado_var()

tripal_core_generate_chado_var (   $table,
  $values,
  $base_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 chado_generate_var().
See also
chado_generate_var().

◆ tripal_core_get_chado_table_schema()

tripal_core_get_chado_table_schema (   $table)
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 chado_get_schema().
See also
chado_get_schema().

◆ tripal_core_get_chado_tables()

tripal_core_get_chado_tables (   $include_custom = 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 chado_get_table_names().
See also
chado_get_table_names().

◆ tripal_core_get_chado_version()

tripal_core_get_chado_version (   $exact = FALSE,
  $warn_if_unsupported = FALSE 
)
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 chado_get_version().
See also
chado_get_version().

◆ tripal_core_get_property()

tripal_core_get_property (   $basetable,
  $record_id,
  $property,
  $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 chado_get_property().
See also
chado_get_property().

◆ tripal_core_insert_property()

tripal_core_insert_property (   $basetable,
  $record_id,
  $property,
  $cv_name,
  $value,
  $update_if_present = 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 chado_insert_property().
See also
chado_insert_property().

◆ tripal_core_is_chado_installed()

tripal_core_is_chado_installed ( )
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 chado_is_installed().
See also
chado_is_installed().

◆ tripal_core_is_chado_local()

tripal_core_is_chado_local ( )
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 chado_is_local().
See also
chado_is_local().

◆ tripal_core_is_tripal_node_type()

tripal_core_is_tripal_node_type ( )
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. There is no new functionality as this function was deamed unnecessary.

◆ tripal_core_report_error()

tripal_core_report_error (   $type,
  $severity,
  $message,
  $variables = [],
  $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_set_admin_message().
See also
tripal_set_admin_message().

function theme_tripal_admin_message($variables) { tripal_report_error( 'tripal_deprecated', TRIPAL_NOTICE, "DEPRECATED: %old_function has been replaced with %new_function. Please update your code.", array( 'old_function'=>'chado_get_id_for_node', 'new_function' => 'chado_get_id_from_nid' ) );

//New API Function return tripal_set_admin_message(); }

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_report_error().
See also
tripal_report_error().
Todo:
Remove. This was not in Tripal 1.x.

◆ tripal_core_schema_exists()

tripal_core_schema_exists (   $schema)
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 chado_dbschema_exists().
See also
chado_dbschema_exists().

◆ tripal_core_update_property()

tripal_core_update_property (   $basetable,
  $record_id,
  $property,
  $cv_name,
  $value,
  $insert_if_missing = 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 chado_update_property().
See also
chado_update_property().

◆ tripal_core_update_property_by_id()

tripal_core_update_property_by_id (   $basetable,
  $record_id,
  $property,
  $cv_name,
  $value 
)
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 chado_update_property().
See also
chado_update_property().

◆ tripal_create_mod_subdir()

tripal_create_mod_subdir (   $module_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_create_files_dir().
See also
tripal_create_files_dir().

◆ tripal_create_moddir()

tripal_create_moddir (   $module_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_create_files_dir().
See also
tripal_create_files_dir().

◆ tripal_custom_tables_get_table_id()

tripal_custom_tables_get_table_id (   $table_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 chado_get_custom_table_id().
See also
chado_get_custom_table_id().

◆ tripal_db_set_active()

tripal_db_set_active (   $dbname = 'default')
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 chado_set_active().
See also
chado_set_active().

◆ tripal_file_directory_path()

tripal_file_directory_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_create_files_dir().
See also
tripal_create_files_dir().
Todo:
Remove. This was not in Tripal 1.x.

◆ tripal_get_chado_custom_schema()

tripal_get_chado_custom_schema (   $table)
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 chado_get_custom_table_schema().
See also
chado_get_custom_table_schema().

◆ tripal_get_max_chado_rank()

tripal_get_max_chado_rank (   $tablename,
  $where_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 chado_get_table_max_rank().
See also
chado_get_table_max_rank().

◆ tripal_get_moddir()

tripal_get_moddir (   $module_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_files_dir().
See also
tripal_get_files_dir().

◆ tripal_get_module_active_jobs()

tripal_get_module_active_jobs (   $modulename)
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_active_jobs().
See also
tripal_get_active_jobs().

◆ tripal_job_set_progress()

tripal_job_set_progress (   $job_id,
  $percentage 
)
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_set_job_progress().
See also
tripal_set_job_progress().

◆ tripal_jobs_cancel()

tripal_jobs_cancel (   $job_id,
  $redirect = TRUE 
)
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_cancel_job().
See also
tripal_cancel_job().

◆ tripal_jobs_check_running()

tripal_jobs_check_running ( )
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_job_running().
See also
tripal_is_job_running().

◆ tripal_jobs_get_end_time()

tripal_jobs_get_end_time (   $job)
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_job_end().
See also
tripal_get_job_end().

◆ tripal_jobs_get_start_time()

tripal_jobs_get_start_time (   $job)
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_job_start().
See also
tripal_get_job_start().

◆ tripal_jobs_get_submit_date()

tripal_jobs_get_submit_date (   $job)
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_job_submit_date().
See also
tripal_get_job_submit_date().

◆ tripal_jobs_launch()

tripal_jobs_launch (   $do_parallel = 0,
  $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_launch_job().
See also
tripal_launch_job().

◆ tripal_jobs_rerun()

tripal_jobs_rerun (   $job_id,
  $goto_jobs_page = TRUE 
)
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_rerun_job().
See also
tripal_rerun_job().

◆ tripal_mviews_action()

tripal_mviews_action (   $op,
  $mview_id,
  $redirect = FALSE 
)
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_refresh_mview(), and tripal_delete_mview().
See also
tripal_refresh_mview() or tripal_delete_mview().

◆ tripal_mviews_get_mview_id()

tripal_mviews_get_mview_id (   $view_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 is considered to be no easier to use than tripal_get_mview_id directly tripal_get_mview_id().
See also
tripal_get_mview_id().

◆ tripal_update_mview()

tripal_update_mview (   $mview_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_populate_mview().
See also
tripal_populate_mview().