Commit e245952b authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3272207: Switch to use the Module Installer Factory in the Varbase Blog...

Issue #3272207: Switch to use the Module Installer Factory in the Varbase Blog (Corporate Blog) module
parent 83c9e5bc
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -57,3 +57,14 @@ function varbase_blog_update_9001() {
  }

}

/**
 * Issue #3272207: Switch to use the Module Installer Factory.
 *
 * In the Varbase Blog (Corporate Blog) module.
 */
function varbase_blog_update_90002() {
  // 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_blog');
}