You are here

function workspaces_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/workspaces/workspaces.install, line 126
Contains install, update and uninstall functions for the Workspaces module.

Code

function workspaces_update_last_removed() {
  return 8803;
}