|
Tripal
|
Functions | |
| tripal_feature_delete_form () | |
| tripal_feature_delete_form_validate ($form, &$form_state) | |
| tripal_feature_delete_form_submit ($form, &$form_state) | |
| tripal_feature_delete_features ($organism_id, $analysis_id, $seq_type, $is_unique, $feature_names, $job=NULL) | |
Administration Interface for deleting multiple features
| tripal_feature_delete_features | ( | $organism_id, | |
| $analysis_id, | |||
| $seq_type, | |||
| $is_unique, | |||
| $feature_names, | |||
$job = NULL |
|||
| ) |
Function to actually delete the features indicated
| $organism_id | (Optional) The organism_id of the features to delete |
| $analysis_id | (Optional) The analysis_id of the features to delete |
| $seq_type | (Optional) The cvterm.name of the feature types to delete |
| $is_unique | (Optional) A Boolean stating whether the names are unique (ie: feature.uniquename) or not (ie: feature.name) |
| $feature_names | (Optional) A space separated list of the names of features to delete |
| $job | The tripal_job id |
| tripal_feature_delete_form | ( | ) |
A form for indicating the features to delete
| tripal_feature_delete_form_submit | ( | $form, | |
| & | $form_state | ||
| ) |
Submit for the delete features form
| tripal_feature_delete_form_validate | ( | $form, | |
| & | $form_state | ||
| ) |
Validation for the delete features form