You are here

function webform_update_8101 in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.install.update.inc \webform_update_8101()

Issue #2935697: Add support for new Off-Canvas dialog tray. Remove quickedit links.

File

includes/webform.install.update.inc, line 1937
Archived Webform update hooks.

Code

function webform_update_8101() {
  \Drupal::service('cache.discovery')
    ->deleteAll();
  Cache::invalidateTags([
    'rendered',
  ]);
}