You are here

function layout_builder_post_update_cancel_link_to_discard_changes_form in Drupal 8

Clear caches due to routing changes for the new discard changes form.

File

core/modules/layout_builder/layout_builder.post_update.php, line 84
Post update functions for Layout Builder.

Code

function layout_builder_post_update_cancel_link_to_discard_changes_form() {

  // Empty post-update hook.
}