You are here

function panels_ipe_update_8401 in Panels 8.4

Installs the jquery_ui_droppable module.

File

panels_ipe/panels_ipe.install, line 11
Contains installation and update hooks for Panels IPE.

Code

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