You are here

function layout_builder_post_update_routing_defaults in Drupal 8

Clear caches due to routing changes to changing the URLs for defaults.

File

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

Code

function layout_builder_post_update_routing_defaults() {

  // Empty post-update hook.
}