function trigger_taxonomy_term_update
Implements hook_taxonomy_term_update().
File
-
modules/
trigger/ trigger.module, line 611
Code
function trigger_taxonomy_term_update($term) {
_trigger_taxonomy('taxonomy_term_update', (array) $term);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.