public function BundleInterface::getNamespace in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Bundle/BundleInterface.php \Symfony\Component\HttpKernel\Bundle\BundleInterface::getNamespace()
Gets the Bundle namespace.
Return value
string The Bundle namespace
1 method overrides BundleInterface::getNamespace()
- Bundle::getNamespace in vendor/
symfony/ http-kernel/ Bundle/ Bundle.php - Gets the Bundle namespace.
File
- vendor/
symfony/ http-kernel/ Bundle/ BundleInterface.php, line 74
Class
- BundleInterface
- BundleInterface.
Namespace
Symfony\Component\HttpKernel\BundleCode
public function getNamespace();