Rename and re-organise custom modules
- Rename `opd_talks` to `opdavies_talks` - Rename `custom` to `opdavies_blog`
This commit is contained in:
parent
e4e898f22c
commit
9b1a8fb3be
53 changed files with 125 additions and 116 deletions
11
web/modules/custom/opdavies_blog/drush.services.yml
Normal file
11
web/modules/custom/opdavies_blog/drush.services.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
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 }
|
Loading…
Add table
Add a link
Reference in a new issue