public function KernelInterface::getLogDir

Gets the log directory.

@api

Return value

string The log directory

1 method overrides KernelInterface::getLogDir()
Kernel::getLogDir in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Gets the log directory.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 198

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getLogDir();