Bundle::registerCommands()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

registerCommands(Application $application)

2025-01-10 15:47:30
BundleInterface::build()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

build(ContainerBuilder

2025-01-10 15:47:30
Bundle::getPath()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

string getPath() Gets the Bundle directory path.

2025-01-10 15:47:30
BundleInterface::getContainerExtension()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

ExtensionInterface|null getContainerExtension() Returns the container extension that should be implicitly loaded. Return Value ExtensionInterface|null The default extension or null if there is none

2025-01-10 15:47:30
BundleInterface::boot()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

boot() Boots the Bundle.

2025-01-10 15:47:30
Bundle::boot()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

boot() Boots the Bundle.

2025-01-10 15:47:30
Bundle::getParent()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

string getParent() Returns the bundle parent name.

2025-01-10 15:47:30
BundleInterface::getParent()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

string getParent() Returns the bundle name that this bundle overrides. Despite its name

2025-01-10 15:47:30
BundleInterface
  • References/PHP/Symfony/Component/HttpKernel/Bundle

interface BundleInterface implements

2025-01-10 15:47:30
Bundle::getContainerExtension()
  • References/PHP/Symfony/Component/HttpKernel/Bundle

ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. Return Value ExtensionInterface|null The default extension or null if there is none Exceptions LogicException

2025-01-10 15:47:30