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

Breadcrumb

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

function KernelInterface::getProjectDir

Gets the project dir (path of the project's composer file).

1 method overrides KernelInterface::getProjectDir()
Kernel::getProjectDir in vendor/symfony/http-kernel/Kernel.php
Gets the application root dir (path of the project's composer file).

File

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

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

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