Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / container.debug.yml
1 description: 'Displays current services for an application.'
2 arguments:
3     service: 'Service name.'
4     method: 'Method name.'
5     arguments: 'Array of Arguments in CSV or JSON format.'
6 messages:
7     service_id: 'Service ID'
8     class_name: 'Class Name'
9     service: 'Service'
10     class: 'Class'
11     interface: 'Interface(s)'
12     parent: 'Parent class'
13     variables: 'Variables'
14     methods: 'Methods'
15     arguments: 'Arguments'
16     method: 'Method'
17     return: 'Return'
18 errors:
19     method_not_exists: "This method doesn't exists in this service."