You are here

function taxonomy_post_update_clear_views_argument_validator_plugins_cache in Drupal 9

Clear the cache after deprecating Term views argument validator.

File

core/modules/taxonomy/taxonomy.post_update.php, line 25
Post update functions for Taxonomy.

Code

function taxonomy_post_update_clear_views_argument_validator_plugins_cache() : void {

  // An empty update will flush all caches.
}