public function KernelInterface::getName

Gets the name of the kernel

@api

Return value

string The kernel name

1 method overrides KernelInterface::getName()
Kernel::getName 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 135

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getName();