getFolder() public method

public getFolder ( ) : string
return string
 /**
  * Returns theme working directory
  *
  * @return string
  */
 private function getDirectory()
 {
     return $this->getThemeDir($this->theme->getFolder());
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder()
 {
     return null === $this->theme ? $this->fallBackTheme : $this->theme->getFolder();
 }