taxonomy_terms_static_reset
- Versions
- 7
taxonomy_terms_static_reset()
Clear all static cache variables for terms..
Code
modules/taxonomy/taxonomy.module, line 573
<?php
function taxonomy_terms_static_reset() {
drupal_static_reset('taxonomy_term_count_nodes');
drupal_static_reset('taxonomy_get_tree');
entity_get_controller('taxonomy_term')->resetCache();
}
?>Login or register to post comments 