function pathauto_taxonomy_term_update in Pathauto 7
Implements hook_taxonomy_term_update().
1 call to pathauto_taxonomy_term_update()
- PathautoUnitTestCase::testPathTokens in ./
pathauto.test - Test the handling of path vs non-path tokens in pathauto_clean_token_values().
File
- ./
pathauto.module, line 846 - Main file for the Pathauto module, which automatically generates aliases for content.
Code
function pathauto_taxonomy_term_update($term) {
pathauto_taxonomy_term_update_alias($term, 'update', array(
'alias children' => TRUE,
));
}