created custom drush commands to clean missing related flags and duplicates related flags
This commit is contained in:
6
web/modules/custom/materio_flag/drush.services.yml
Normal file
6
web/modules/custom/materio_flag/drush.services.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
MaterioFlagCleaning.commands:
|
||||
class: \Drupal\materio_flag\Commands\MaterioFlagCleaning
|
||||
arguments: ['@entity_type.manager', '@flaglists', '@current_user']
|
||||
tags:
|
||||
- { name: drush.command }
|
Reference in New Issue
Block a user