Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function resetCache(array $ids = NULL)
 {
     drupal_static_reset('taxonomy_term_count_nodes');
     drupal_static_reset('taxonomy_get_tree');
     drupal_static_reset('taxonomy_get_tree:parents');
     drupal_static_reset('taxonomy_get_tree:terms');
     drupal_static_reset('taxonomy_term_load_parents');
     drupal_static_reset('taxonomy_term_load_parents_all');
     drupal_static_reset('taxonomy_term_load_children');
     parent::resetCache($ids);
 }