public function BundleInterface::getPath

Gets the Bundle directory path.

The path should always be returned as a Unix path (with /).

@api

Return value

string The Bundle absolute path

1 method overrides BundleInterface::getPath()
Bundle::getPath in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
Gets the Bundle directory path.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php, line 101

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getPath();