function tripal_core_is_tripal_node_type

2.x tripal_core.DEPRECATED.api.inc tripal_core_is_tripal_node_type()
3.x tripal_core.DEPRECATED.inc tripal_core_is_tripal_node_type()
1.x tripal_core_chado.api.inc tripal_core_is_tripal_node_type($chado_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. There is no new functionality as this function was deamed unnecessary.

File

tripal_core/api/tripal_core.DEPRECATED.api.inc, line 335
Contains all the deprecated functions to keep the tripal api backwards compatible.

Code

function tripal_core_is_tripal_node_type() {

  tripal_report_error(
  'tripal_deprecated', 
  TRIPAL_ERROR, 
  "DEPRECATED: %old_function has been completely removed since we felt there wasn't a real need for it.", 
  array(
    '%old_function' => 'tripal_core_is_tripal_node_type'
  )
  );

}