platform/api/symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.yaml
2024-09-02 10:44:11 -07:00

106 lines
2.9 KiB
YAML

name: TwigExtension
class_comment: '# * TwigExtension.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# * @author Jeremy Mikola <jmikola@gmail.com>'
dependencies:
- name: AssetMapper
type: class
source: Symfony\Component\AssetMapper\AssetMapper
- name: FileLocator
type: class
source: Symfony\Component\Config\FileLocator
- name: FileExistenceResource
type: class
source: Symfony\Component\Config\Resource\FileExistenceResource
- name: Application
type: class
source: Symfony\Component\Console\Application
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: PhpFileLoader
type: class
source: Symfony\Component\DependencyInjection\Loader\PhpFileLoader
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
- name: AbstractRendererEngine
type: class
source: Symfony\Component\Form\AbstractRendererEngine
- name: Form
type: class
source: Symfony\Component\Form\Form
- name: Extension
type: class
source: Symfony\Component\HttpKernel\DependencyInjection\Extension
- name: Mailer
type: class
source: Symfony\Component\Mailer\Mailer
- name: LocaleSwitcher
type: class
source: Symfony\Component\Translation\LocaleSwitcher
- name: Translator
type: class
source: Symfony\Component\Translation\Translator
- name: ResetInterface
type: class
source: Symfony\Contracts\Service\ResetInterface
- name: ExtensionInterface
type: class
source: Twig\Extension\ExtensionInterface
- name: RuntimeExtensionInterface
type: class
source: Twig\Extension\RuntimeExtensionInterface
- name: LoaderInterface
type: class
source: Twig\Loader\LoaderInterface
properties: []
methods:
- name: load
visibility: public
parameters:
- name: configs
- name: container
comment: null
- name: getBundleTemplatePaths
visibility: private
parameters:
- name: container
- name: config
comment: null
- name: normalizeBundleName
visibility: private
parameters:
- name: name
comment: null
- name: getXsdValidationBasePath
visibility: public
parameters: []
comment: null
- name: getNamespace
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\AssetMapper\AssetMapper
- Symfony\Component\Config\FileLocator
- Symfony\Component\Config\Resource\FileExistenceResource
- Symfony\Component\Console\Application
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Loader\PhpFileLoader
- Symfony\Component\DependencyInjection\Reference
- Symfony\Component\Form\AbstractRendererEngine
- Symfony\Component\Form\Form
- Symfony\Component\HttpKernel\DependencyInjection\Extension
- Symfony\Component\Mailer\Mailer
- Symfony\Component\Translation\LocaleSwitcher
- Symfony\Component\Translation\Translator
- Symfony\Contracts\Service\ResetInterface
- Twig\Extension\ExtensionInterface
- Twig\Extension\RuntimeExtensionInterface
- Twig\Loader\LoaderInterface
interfaces: []