drupalKernel = $drupal_kernel; } /** * Gets the site path. * * @return string * The site path. */ public function get() { return $this->drupalKernel->getSitePath(); } }