function system_post_update_remove_asset_query_string

Remove redundant asset query string state.

File

core/modules/system/system.post_update.php, line 121

Code

function system_post_update_remove_asset_query_string() {
    \Drupal::state()->delete('system.css_js_query_string');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.