platform/api/symfony/Component/Form/Tests/Fixtures/TranslatableTextAlign.yaml
2024-09-02 10:44:11 -07:00

23 lines
567 B
YAML

name: TranslatableTextAlign
class_comment: null
dependencies:
- name: TranslatableInterface
type: class
source: Symfony\Contracts\Translation\TranslatableInterface
- name: TranslatorInterface
type: class
source: Symfony\Contracts\Translation\TranslatorInterface
properties: []
methods:
- name: trans
visibility: public
parameters:
- name: translator
- name: locale
default: 'null'
comment: null
traits:
- Symfony\Contracts\Translation\TranslatableInterface
- Symfony\Contracts\Translation\TranslatorInterface
interfaces:
- TranslatableInterface