You are here

function layout_builder_post_update_discover_blank_layout_plugin in Drupal 8

Clear caches to discover new blank layout plugin.

File

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

Code

function layout_builder_post_update_discover_blank_layout_plugin() {

  // Empty post-update hook.
}