Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / debug.libraries.yml
1 description: 'Displays libraries available in application'
2 options:
3   name: 'Extension or Library Name'
4 messages:
5    extension: 'Extension'
6    library: 'Library'
7    info: 'Library Information'
8 examples:
9     - description: 'List all extensions with libraries'
10       execution: |
11         drupal debug:libraries
12     - description: 'List block extension libraries'
13       execution: |
14         drupal debug:libraries block
15     - description: 'List block/drupal.block library'
16       execution: |
17         drupal debug:libraries block/drupal.block