Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / container.debug.yml
index b25c891551f37c5038ec1d8a528f051222f79fca..82eaac77950b7e1bb5c02285fb031b2e738b9d20 100644 (file)
@@ -1,6 +1,8 @@
 description: 'Displays current services for an application.'
 arguments:
     service: 'Service name.'
+    method: 'Method name.'
+    arguments: 'Array of Arguments in CSV or JSON format.'
 messages:
     service_id: 'Service ID'
     class_name: 'Class Name'
@@ -9,4 +11,9 @@ messages:
     interface: 'Interface(s)'
     parent: 'Parent class'
     variables: 'Variables'
-    methods: 'Methods'
\ No newline at end of file
+    methods: 'Methods'
+    arguments: 'Arguments'
+    method: 'Method'
+    return: 'Return'
+errors:
+    method_not_exists: "This method doesn't exists in this service."