You are here

function system_post_update_states_clear_cache in Drupal 8

Force cache clear to ensure aggregated JavaScript files are regenerated.

See also

https://www.drupal.org/project/drupal/issues/2995570

File

core/modules/system/system.post_update.php, line 213
Post update functions for System.

Code

function system_post_update_states_clear_cache() {

  // Empty post-update hook.
}