コード例 #1
0
ファイル: Drupal.php プロジェクト: makinacorpus/drupal-sf-dic
 /**
  * Gets the app root.
  *
  * @return string
  */
 public static function root()
 {
     return self::$kernel->getAppRoot();
 }