platform/api/symfony/Component/HttpKernel/Config/FileLocator.yaml
2024-09-02 10:44:11 -07:00

32 lines
701 B
YAML

name: FileLocator
class_comment: '# * FileLocator uses the KernelInterface to locate resources in bundles.
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies:
- name: BaseFileLocator
type: class
source: Symfony\Component\Config\FileLocator
- name: KernelInterface
type: class
source: Symfony\Component\HttpKernel\KernelInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: kernel
comment: null
- name: locate
visibility: public
parameters:
- name: file
- name: currentPath
default: 'null'
- name: first
default: 'true'
comment: null
traits:
- Symfony\Component\HttpKernel\KernelInterface
interfaces: []