SecurityBundle
class SecurityBundle extends Bundle
Bundle.
Methods
ExtensionInterface|null
getContainerExtension()
Returns the bundle's container extension.
from Bundle
Details
in Bundle at line line 40
boot()
Boots the Bundle.
in Bundle at line line 47
shutdown()
Shutdowns the Bundle.
at line line 38
build(ContainerBuilder $container)
Builds the bundle.
It is only ever called once when the cache is empty.
This method can be overridden to register compilation passes, other extensions, ...
in Bundle at line line 70
setContainer(ContainerInterface $container = null)
Sets the container.
in Bundle at line line 82
ExtensionInterface|null
getContainerExtension()
Returns the bundle's container extension.
in Bundle at line line 119
string
getNamespace()
Gets the Bundle namespace.
in Bundle at line line 131
string
getPath()
Gets the Bundle directory path.
in Bundle at line line 146
string
getParent()
Returns the bundle parent name.
in Bundle at line line 155
final string
getName()
Returns the bundle name (the class short name).
in Bundle at line line 177
registerCommands(Application $application)
Finds and registers Commands.
Override this method if your bundle commands do not follow the conventions:
- Commands are in the 'Command' sub-directory
- Commands extend Symfony\Component\Console\Command\Command