54 lines
1.7 KiB
YAML
54 lines
1.7 KiB
YAML
|
name: TwigBundle
|
||
|
class_comment: '# * Bundle.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
||
|
dependencies:
|
||
|
- name: ExtensionPass
|
||
|
type: class
|
||
|
source: Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\ExtensionPass
|
||
|
- name: RuntimeLoaderPass
|
||
|
type: class
|
||
|
source: Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\RuntimeLoaderPass
|
||
|
- name: TwigEnvironmentPass
|
||
|
type: class
|
||
|
source: Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass
|
||
|
- name: TwigLoaderPass
|
||
|
type: class
|
||
|
source: Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigLoaderPass
|
||
|
- name: Application
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Application
|
||
|
- name: PassConfig
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Compiler\PassConfig
|
||
|
- name: ContainerBuilder
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- name: Bundle
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpKernel\Bundle\Bundle
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: build
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: container
|
||
|
comment: null
|
||
|
- name: registerCommands
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: application
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\ExtensionPass
|
||
|
- Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\RuntimeLoaderPass
|
||
|
- Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass
|
||
|
- Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigLoaderPass
|
||
|
- Symfony\Component\Console\Application
|
||
|
- Symfony\Component\DependencyInjection\Compiler\PassConfig
|
||
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- Symfony\Component\HttpKernel\Bundle\Bundle
|
||
|
interfaces: []
|