Commit 9cbfb92c authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3272305: Switch to use the Module Installer Factory in the Media Hero Slider module

parent aae158a3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -91,3 +91,14 @@ function varbase_heroslider_media_update_8701() {
  }

}

/**
 * Issue #3272283: Switch to use the Module Installer Factory.
 *
 * In the Varbase Editor module.
 */
function varbase_heroslider_media_update_90001() {
  // Set the weight of the module after installation of list of modules.
  // To make sure that any hook or event subscriber workes after all used modules.
  ModuleInstallerFactory::setModuleWeightAfterInstallation('varbase_heroslider_media');
}