You are here

function layout_builder_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/layout_builder/layout_builder.install, line 82
Contains install and update functions for Layout Builder.

Code

function layout_builder_update_last_removed() {
  return 8602;
}