public function KernelInterface::getRootDir

Gets the application root dir.

@api

Return value

string The application root dir

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

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 162

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getRootDir();