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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.