taxonomy_terms_static_reset

taxonomy_terms_static_reset()

Clear all static cache variables for terms.

File

core/modules/taxonomy/taxonomy.module, line 286
Enables the organization of content into categories.

Code

1
2
3
function taxonomy_terms_static_reset() {
  \Drupal::entityManager()->getStorage('taxonomy_term')->resetCache();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.