function workspaces_update_11102

Same name and namespace in other branches
  1. 11.x core/modules/workspaces/workspaces.install \workspaces_update_11102()

Install the new Workspaces UI module.

File

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

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.