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

Breadcrumb

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

function Kernel::getBuildDir

Overrides KernelInterface::getBuildDir

5 calls to Kernel::getBuildDir()
Kernel::buildContainer in vendor/symfony/http-kernel/Kernel.php
Builds the service container.
Kernel::getContainerLoader in vendor/symfony/http-kernel/Kernel.php
Returns a loader for the container.
Kernel::getKernelParameters in vendor/symfony/http-kernel/Kernel.php
Returns the kernel parameters.
Kernel::initializeContainer in vendor/symfony/http-kernel/Kernel.php
Initializes the service container.
Kernel::setAnnotatedClassCache in vendor/symfony/http-kernel/Kernel.php
@internal

File

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

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getBuildDir() : string {
    // Returns $this->getCacheDir() for backward compatibility
    return $this->getCacheDir();
}
RSS feed
Powered by Drupal