Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Kernel.php

function Kernel::getLogDir

Overrides KernelInterface::getLogDir

2 calls to Kernel::getLogDir()
Kernel::buildContainer in vendor/symfony/http-kernel/Kernel.php
Builds the service container.
Kernel::getKernelParameters in vendor/symfony/http-kernel/Kernel.php
Returns the kernel parameters.

File

vendor/symfony/http-kernel/Kernel.php, line 306

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getLogDir() : string {
    return $this->getProjectDir() . '/var/log';
}
RSS feed
Powered by Drupal