FrameworkBundle
class FrameworkBundle extends Bundle
Bundle.
Traits
ContainerAware trait.
Properties
protected ContainerInterface | $container | from ContainerAwareTrait | |
protected | $name | from Bundle | |
protected | $extension | from Bundle | |
protected | $path | from Bundle |
Methods
boot()
Boots the Bundle.
ExtensionInterface|null
getContainerExtension()
Returns the bundle's container extension.
from Bundle
ExtensionInterface|null
createContainerExtension()
Creates the bundle's container extension.
from Bundle
Details
build(ContainerBuilder $container)
Builds the bundle.
It is only ever called once when the cache is empty.
string
getPath()
Gets the Bundle directory path.
The path should always be returned as a Unix path (with /).
protected ExtensionInterface|null
createContainerExtension()
Creates the bundle's container extension.