public function Kernel::getEnvironment

@api

Overrides KernelInterface::getEnvironment

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 351

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getEnvironment() {
  return $this->environment;
}