コード例 #1
0
ファイル: VocabularyStorage.php プロジェクト: sarahwillem/OD8
 /**
  * {@inheritdoc}
  */
 public function resetCache(array $ids = NULL)
 {
     drupal_static_reset('taxonomy_vocabulary_get_names');
     parent::resetCache($ids);
 }