public function KernelForTest::getName

Gets the name of the kernel

@api

Return value

string The kernel name

Overrides Kernel::getName

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php, line 66

Class

KernelForTest

Namespace

Symfony\Component\HttpKernel\Tests\DataCollector

Code

public function getName() {
  return 'testkernel';
}