This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/debug.container.yml
2018-11-23 12:29:20 +00:00

26 lines
733 B
YAML

description: 'Displays current services for an application.'
arguments:
service: 'Service name.'
method: 'Method name.'
arguments: 'Array of Arguments in CSV or JSON format.'
options:
tag: 'Service tag '
messages:
service-id: 'Service ID'
class-name: 'Class Name'
service: 'Service'
class: 'Class'
interface: 'Interface(s)'
parent: 'Parent class'
variables: 'Variables'
methods: 'Methods'
arguments: 'Arguments'
method: 'Method'
return: 'Return'
errors:
method-not-exists: 'This method doesn''t exists in this service.'
examples:
- description: 'Displays the views.views_data_helper services'
execution: |
drupal debug:container views.views_data_helper