Exemplo n.º 1
0
 /**
  * This method instantiate a plugin that should not be used outside
  * of installation use case. It bypass all caches and do not check availability
  * of the plugin.
  *
  * @param string $name The name of the plugin (docman, tracker, …)
  * @return Plugin
  */
 public function getPluginDuringInstall($name)
 {
     return $this->plugin_factory->instantiatePlugin(0, $name);
 }