2020-05-20 01:20:22 +01:00
|
|
|
services:
|
2020-08-24 09:26:44 +01:00
|
|
|
Drupal\opdavies_blog\Command\ExportBodyValuesForThemePurgingCommand:
|
2020-05-20 01:20:22 +01:00
|
|
|
arguments: ['@database']
|
|
|
|
autowire: true
|
|
|
|
tags:
|
|
|
|
- { name: drush.command }
|
2020-04-12 14:50:23 +01:00
|
|
|
|
2020-08-24 09:26:44 +01:00
|
|
|
Drupal\opdavies_blog\Command\FormatTagNamesCommand:
|
2020-04-12 14:50:23 +01:00
|
|
|
autowire: true
|
|
|
|
tags:
|
|
|
|
- { name: drush.command }
|