public function BundleInterface::getName

Returns the bundle name (the class short name).

@api

Return value

string The Bundle name

1 method overrides BundleInterface::getName()
Bundle::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
Returns the bundle name (the class short name).

File

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

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getName();