You are here

function layout_builder_post_update_routing_entity_form in Drupal 8

Clear caches due to routing changes to move the Layout Builder UI to forms.

File

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

Code

function layout_builder_post_update_routing_entity_form() {

  // Empty post-update hook.
}