public function BundleInterface::getPath in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\BundleCode
public function getPath();