Chris@0: drupalKernel = $drupal_kernel; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Gets the app root. Chris@0: * Chris@0: * @return string Chris@0: */ Chris@0: public function get() { Chris@0: return $this->drupalKernel->getAppRoot(); Chris@0: } Chris@0: Chris@0: }