X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.container.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.container.yml;h=9a2e740019e6d504b82bcc534bc46c024dee0f25;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/debug.container.yml b/vendor/drupal/console-en/translations/debug.container.yml new file mode 100644 index 000000000..9a2e74001 --- /dev/null +++ b/vendor/drupal/console-en/translations/debug.container.yml @@ -0,0 +1,25 @@ +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