Gets the log directory.
@api
Return value
string The log directory
Overrides KernelInterface::getLogDir
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 469
Class
- Kernel
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernel
Code
public function getLogDir() {
return $this->rootDir . '/logs';
}