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

Breadcrumb

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

function KernelInterface::getBuildDir

Returns the build directory.

This directory should be used to store build artifacts, and can be read-only at runtime. Caches written at runtime should be stored in the "cache directory" ({

See also

KernelInterface::getCacheDir()}).

1 method overrides KernelInterface::getBuildDir()
Kernel::getBuildDir in vendor/symfony/http-kernel/Kernel.php
Returns the build directory.

File

vendor/symfony/http-kernel/KernelInterface.php, line 128

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getBuildDir() : string;
RSS feed
Powered by Drupal