Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / debug.theme.keys.yml
1 description: 'Displays all theme keys provided by hook_theme functions'
2 help: |
3   Display all theme keys, or the definition for a specific theme key.
4
5   List all theme keys:
6   <info>drupal debug:theme:keys</info>
7
8   Show the definition for the item_list theme key:
9   <info>drupal debug:theme:keys item_list</info>
10 arguments:
11     key: 'Key'
12 table-headers:
13     key: 'Key'
14     provider-type: 'Provider type'
15     provider: 'Provider'
16     value: 'Value'
17 provider-types:
18     module: 'Module'
19     base-theme-engine: 'Base theme engine'
20     base-theme: 'Base theme'
21     theme-engine: 'Theme engine'
22     theme: 'Theme'