function drush_tripal_feature_sync
2.x tripal_feature.drush.inc | drush_tripal_feature_sync() |
3.x tripal_feature.drush.inc | drush_tripal_feature_sync() |
1.x tripal_feature.drush.inc | drush_tripal_feature_sync() |
Sync Chado Features with Drupal (ie: create nodes)
Related topics
File
- legacy/
tripal_feature/ tripal_feature.drush.inc, line 128 - Contains function relating to drush-integration of this module.
Code
function drush_tripal_feature_sync() {
$feature_id = drush_get_option('id');
tripal_feature_sync_feature($feature_id);
}