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(); } |
Please login to continue.