コード例 #1
0
ファイル: SitePathFactory.php プロジェクト: aWEBoLabs/taxi
 /**
  * Gets the site path.
  *
  * @return string
  *   The site path.
  */
 public function get()
 {
     return $this->drupalKernel->getSitePath();
 }