public function BundleInterface::getNamespace

Gets the Bundle namespace.

@api

Return value

string The Bundle namespace

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

File

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

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getNamespace();