function workspaces_update_dependencies

Implements hook_update_dependencies().

File

core/modules/workspaces/workspaces.install, line 97

Code

function workspaces_update_dependencies() : array {
  // The workspaces updates must run after the router table is
  // updated since it triggers route rebuilds due to the module install.
  $dependencies['workspaces'][11102] = [
    'system' => 11201,
  ];
  return $dependencies;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.