[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Bundle/ -> Bundle.php (summary)

An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions.

Author: Fabien Potencier <fabien@symfony.com>
File Size: 211 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions

  boot()
  shutdown()
  build()
  getContainerExtension()
  getNamespace()
  getPath()
  getParent()
  getName()
  registerCommands()
  getContainerExtensionClass()
  createContainerExtension()
  parseClassName()

Functions
Functions that are not part of a class:

boot()   X-Ref
{@inheritdoc}


shutdown()   X-Ref
{@inheritdoc}


build(ContainerBuilder $container)   X-Ref
{@inheritdoc}

This method can be overridden to register compilation passes,
other extensions, ...

getContainerExtension()   X-Ref
Returns the bundle's container extension.

return: ExtensionInterface|null The container extension

getNamespace()   X-Ref
{@inheritdoc}


getPath()   X-Ref
{@inheritdoc}


getParent()   X-Ref
{@inheritdoc}


getName()   X-Ref
{@inheritdoc}


registerCommands(Application $application)   X-Ref
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

getContainerExtensionClass()   X-Ref
Returns the bundle's container extension class.

return: string

createContainerExtension()   X-Ref
Creates the bundle's container extension.

return: ExtensionInterface|null

parseClassName()   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1