You are here

public function BundleInterface::getName 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::getName()

Returns the bundle name (the class short name).

Return value

string The Bundle name

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

File

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

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getName();