You are here

function system_post_update_fix_jquery_extend in Drupal 8

Clear the library cache and ensure aggregate files are regenerated.

File

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

Code

function system_post_update_fix_jquery_extend() {

  // Empty post-update hook.
}