You are here

public function BundleInterface::getPath in Zircon Profile 8

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

Gets the Bundle directory path.

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

Return value

string The Bundle absolute path

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

File

vendor/symfony/http-kernel/Bundle/BundleInterface.php, line 83

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getPath();