function taxonomy_post_update_clear_entity_bundle_field_definitions_cache in Drupal 8
Clear entity_bundle_field_definitions cache for new parent field settings.
File
- core/
modules/ taxonomy/ taxonomy.post_update.php, line 29 - Post update functions for Taxonomy.
Code
function taxonomy_post_update_clear_entity_bundle_field_definitions_cache() {
// An empty update will flush caches.
}