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