function contextual_post_update_fixed_endpoint_and_markup in Drupal 8
Ensure new page loads use the updated JS and get the updated markup.
File
- core/
modules/ contextual/ contextual.post_update.php, line 11 - Post update functions for Contextual Links.
Code
function contextual_post_update_fixed_endpoint_and_markup() {
// Empty update to trigger a change to css_js_query_string and invalidate
// cached markup.
}