Ejemplo n.º 1
0
 /**
  * Shortcut to the module data provider in order to know if a module is installed
  *
  * @param string $name The technical module name
  * @return bool True is installed
  */
 public function isInstalled($name)
 {
     return $this->moduleProvider->isInstalled($name);
 }