You are here

public function KernelInterface::getEnvironment in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getEnvironment()

Gets the environment.

Return value

string The current environment

1 method overrides KernelInterface::getEnvironment()
Kernel::getEnvironment in vendor/symfony/http-kernel/Kernel.php
Gets the environment.

File

vendor/symfony/http-kernel/KernelInterface.php, line 125

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getEnvironment();