Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function resetCache(array $ids = NULL)
 {
     drupal_static_reset('taxonomy_vocabulary_get_names');
     parent::resetCache($ids);
 }