platform/api/symfony/Bundle/FrameworkBundle/Tests/Kernel/SimpleKernel.yaml

25 lines
614 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: SimpleKernel
class_comment: null
dependencies:
- name: Response
type: class
source: Symfony\Component\HttpFoundation\Response
- name: Route
type: class
source: Symfony\Component\Routing\Attribute\Route
- name: UrlGeneratorInterface
type: class
source: Symfony\Component\Routing\Generator\UrlGeneratorInterface
properties: []
methods:
- name: __invoke
visibility: public
parameters:
- name: urlGenerator
comment: null
traits:
- Symfony\Component\HttpFoundation\Response
- Symfony\Component\Routing\Attribute\Route
- Symfony\Component\Routing\Generator\UrlGeneratorInterface
interfaces: []