Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.container.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 options:
7   tag: 'Service tag '
8 messages:
9     service-id: 'Service ID'
10     class-name: 'Class Name'
11     service: 'Service'
12     class: 'Class'
13     interface: 'Interface(s)'
14     parent: 'Parent class'
15     variables: 'Variables'
16     methods: 'Methods'
17     arguments: 'Arguments'
18     method: 'Method'
19     return: 'Return'
20 errors:
21     method-not-exists: 'This method doesn''t exists in this service.'
22 examples:
23     - description: 'Displays the views.views_data_helper services'
24       execution: |
25         drupal debug:container views.views_data_helper