function workspaces_update_dependencies
Same name and namespace in other branches
- 11.x core/modules/workspaces/workspaces.install \workspaces_update_dependencies()
Implements hook_update_dependencies().
File
-
core/
modules/ workspaces/ workspaces.install, line 100
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.