Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
12
vendor/drupal/console-en/translations/debug.breakpoints.yml
vendored
Normal file
12
vendor/drupal/console-en/translations/debug.breakpoints.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
description: 'Displays breakpoints available in application'
|
||||
options:
|
||||
group-name: 'Enter Breakpoint Group Name'
|
||||
messages:
|
||||
name: 'Extensions with breakpoints'
|
||||
examples:
|
||||
- description: 'Provide a group name.'
|
||||
execution: drupal debug:breakpoints bartik
|
||||
examples:
|
||||
- description: 'Displays the breakpoints available on the site'
|
||||
execution: |
|
||||
drupal debug:breakpoints
|
Reference in a new issue