public function KernelInterface::getEnvironment

Gets the environment.

@api

Return value

string The current environment

1 method overrides KernelInterface::getEnvironment()
Kernel::getEnvironment in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
@api

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 144

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getEnvironment();