getThemePath() public method

Provides the path of the theme associated.
public getThemePath ( ) : Resource
return Newscoop\Entity\Resource The path of the theme.
 public function getThemePath()
 {
     $this->__load();
     return parent::getThemePath();
 }