getModulePath() public method

Get module path for a specific module.
public getModulePath ( $module ) : string
$module
return string
Esempio n. 1
0
 /**
  * Get destination path.
  *
  * @return string
  */
 public function getDestinationPath()
 {
     if ($this->path) {
         return $this->path;
     }
     return $this->repository->getModulePath($this->getModuleName());
 }