You are here

function layout_builder_post_update_overrides_view_mode_annotation in Drupal 8

Clear caches due to changes to annotation changes to the Overrides plugin.

File

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

Code

function layout_builder_post_update_overrides_view_mode_annotation() {

  // Empty post-update hook.
}