function trigger_taxonomy_term_delete

Implements hook_taxonomy_term_delete().

File

modules/trigger/trigger.module, line 618

Code

function trigger_taxonomy_term_delete($term) {
    _trigger_taxonomy('taxonomy_term_delete', (array) $term);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.