public function KernelInterface::getEnvironment in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HttpKernelCode
public function getEnvironment();