You are here

public function KernelInterface::getRootDir in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getRootDir()

Gets the application root dir.

Return value

string The application root dir

1 method overrides KernelInterface::getRootDir()
Kernel::getRootDir in vendor/symfony/http-kernel/Kernel.php
Gets the application root dir.

File

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

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getRootDir();