contextual.post_update.php in Drupal 8
Same filename and directory in other branches
Post update functions for Contextual Links.
File
core/modules/contextual/contextual.post_update.phpView source
<?php
/**
* @file
* Post update functions for Contextual Links.
*/
/**
* Ensure new page loads use the updated JS and get the updated markup.
*/
function contextual_post_update_fixed_endpoint_and_markup() {
// Empty update to trigger a change to css_js_query_string and invalidate
// cached markup.
}
Functions
Name | Description |
---|---|
contextual_post_update_fixed_endpoint_and_markup | Ensure new page loads use the updated JS and get the updated markup. |