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\HttpKernelCode
public function getBuildDir() : string;