BundleInterface.
@author Fabien Potencier <fabien@symfony.com>
@api
Expanded class hierarchy of BundleInterface
All classes that implement BundleInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BundleInterface:: |
public | function | Boots the Bundle. | 1 |
BundleInterface:: |
public | function | Builds the bundle. | 1 |
BundleInterface:: |
public | function | Returns the container extension that should be implicitly loaded. | 1 |
BundleInterface:: |
public | function | Returns the bundle name (the class short name). | 1 |
BundleInterface:: |
public | function | Gets the Bundle namespace. | 1 |
BundleInterface:: |
public | function | Returns the bundle name that this bundle overrides. | 1 |
BundleInterface:: |
public | function | Gets the Bundle directory path. | 1 |
BundleInterface:: |
public | function | Shutdowns the Bundle. | 1 |
ContainerAwareInterface:: |
public | function | Sets the Container. | 2 |