Oliver Davies
cbe60209e6
- Rename `opdavies_blog` to `blog`. - Rename `opdavies_blog_test` to `blog_test`. - Rename `opdavies_talks` to `talks`. - Rename `opdavies_talks_test` to `talks_test`. The files within the directories haven't changed, so there is no breaking change caused by renaming the directories. Please enter the commit message for your changes. Lines starting
12 lines
287 B
YAML
12 lines
287 B
YAML
services:
|
|
Drupal\opdavies_blog\Command\ExportBodyValuesForThemePurgingCommand:
|
|
arguments: ['@database']
|
|
autowire: true
|
|
tags:
|
|
- { name: drush.command }
|
|
|
|
Drupal\opdavies_blog\Command\FormatTagNamesCommand:
|
|
autowire: true
|
|
tags:
|
|
- { name: drush.command }
|