6058d4af6d13e5dabff2b88b83e09a5f40586621
[yaffs-website] / vendor / drupal / console-en / translations / generate.cache.context.yml
1 description: 'Generate a cache context'
2 help: 'The <info>generate:cache:context</info> command helps you generates a new cache context'
3 welcome: 'Welcome to the Drupal Cache Context generator'
4 options:
5   module: 'The Module name.'
6   name: 'The cache context name'
7   class: 'Cache context class name'
8 questions:
9   module: 'Enter the module name'
10   name: 'Enter the cache context name'
11   class: 'Cache context class name'
12 examples:
13   - description: 'Generate cache for a context specifying the module, the context name and its class'
14     execution: |
15       drupal generate:cache:context  \
16         --module="modulename"  \
17         --cache-context="ContextName"  \
18         --class="DefaultCacheContext"