function workspaces_update_11102

Install the new Workspaces UI module.

File

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

Code

function workspaces_update_11102() : void {
  \Drupal::service('module_installer')->install([
    'workspaces_ui',
  ]);
}

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