function trigger_taxonomy_term_update

7.x trigger.module trigger_taxonomy_term_update($term)

Implements hook_taxonomy_term_update().

File

drupal-7.x/modules/trigger/trigger.module, line 611
Enables functions to be stored and executed at a later time.

Code

function trigger_taxonomy_term_update($term) {
  _trigger_taxonomy('taxonomy_term_update', (array) $term);
}