interface BundleInterface

BundleInterface.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of BundleInterface

All classes that implement BundleInterface

2 files declare their use of BundleInterface

File

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

Namespace

Symfony\Component\HttpKernel\Bundle
View source

Members

Namesort descending Modifiers Type Description Overrides
BundleInterface::boot public function Boots the Bundle. 1
BundleInterface::build public function Builds the bundle. 1
BundleInterface::getContainerExtension public function Returns the container extension that should be implicitly loaded. 1
BundleInterface::getName public function Returns the bundle name (the class short name). 1
BundleInterface::getNamespace public function Gets the Bundle namespace. 1
BundleInterface::getParent public function Returns the bundle name that this bundle overrides. 1
BundleInterface::getPath public function Gets the Bundle directory path. 1
BundleInterface::shutdown public function Shutdowns the Bundle. 1
ContainerAwareInterface::setContainer public function Sets the Container. 2