public function KernelInterface::getLogDir in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getLogDir()
Gets the log directory.
Return value
string The log directory
1 method overrides KernelInterface::getLogDir()
- Kernel::getLogDir in vendor/
symfony/ http-kernel/ Kernel.php - Gets the log directory.
File
- vendor/
symfony/ http-kernel/ KernelInterface.php, line 167
Class
- KernelInterface
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernelCode
public function getLogDir();