You are here

function panopoly_widgets_update_8201 in Panopoly Widgets 8.2

Re-import config for panopoly_widgets.

File

./panopoly_widgets.install, line 13
Install hooks for Panopoly Widgets.

Code

function panopoly_widgets_update_8201() {
  \Drupal::service('config.installer')
    ->installDefaultConfig('module', PANOPOLY_WIDGETS_MODULE);
}