You are here

function taxonomy_manager_update_8200 in Taxonomy Manager 2.0.x

Issue #3164182: JQuery UI is being phased out from Drupal core.

File

./taxonomy_manager.install, line 26
Install, update and uninstall functions for the Taxonomy Manager.

Code

function taxonomy_manager_update_8200() {
  \Drupal::service('module_installer')
    ->install([
    'jquery_ui',
  ]);
}