You are here

function layout_builder_post_update_discover_new_contextual_links in Drupal 8

Clear caches due to new link added to Layout Builder's contextual links.

File

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

Code

function layout_builder_post_update_discover_new_contextual_links() {

  // Empty post-update hook.
}