You are here

public function KernelInterface::getName in Zircon Profile 8

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

Gets the name of the kernel.

Return value

string The kernel name

1 method overrides KernelInterface::getName()
Kernel::getName in vendor/symfony/http-kernel/Kernel.php
Gets the name of the kernel.

File

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

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getName();