Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Kernel.php

function Kernel::getEnvironment

Overrides KernelInterface::getEnvironment

1 call to Kernel::getEnvironment()
Kernel::getContainerLoader in vendor/symfony/http-kernel/Kernel.php
Returns a loader for the container.

File

vendor/symfony/http-kernel/Kernel.php, line 234

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getEnvironment() : string {
    return $this->environment;
}
RSS feed
Powered by Drupal