Tripal
Functions
Chado Entity
Collaboration diagram for Chado Entity:

Functions

 chado_migrate_tripal_content_type ($type=[])
 

Detailed Description

Provides an application programming interface (API) to migrate content.

Function Documentation

◆ chado_migrate_tripal_content_type()

chado_migrate_tripal_content_type (   $type = [])

Migrate Tripal content types

Migrate specified Tripal content type and publish all its content. The content type will be created if it does not already exist.

Parameters
$typeA type array specifying the vocabular, accession, term_name, and chado data_table e.g. $type = array( 'vocabulary' => 'OBI', 'accession' => '0100026', 'term_name' => 'organism', 'storage_args' => array ( 'data_table' => $table ) )