You are here

function page_manager_ui_post_update_variant_selector_bigpipe_clear_cache in Page Manager 8.4

Force cache clear to ensure aggregated JavaScript files are regenerated.

See also

https://www.drupal.org/project/page_manager/issues/2921404

File

page_manager_ui/page_manager_ui.post_update.php, line 13
Post update functions for Page Manager UI.

Code

function page_manager_ui_post_update_variant_selector_bigpipe_clear_cache() {

  // Empty post-update hook.
}