bim_gdpr-1.0.0-rc3/drush.services.yml
drush.services.yml
services :
bim_gdpr.bim_gdpr_service_type_plugin_generator:
class: Drupal\bim_gdpr\Generators\BimGdprServiceType\BimGdprServiceTypePluginGenerator
arguments: ['@module_handler']
tags:
- { name: drush.generator }
bim_gdpr.bim_gdpr_template_plugin_generator:
class: Drupal\bim_gdpr\Generators\BimGdprTemplate\BimGdprTemplatePluginGenerator
arguments: ['@module_handler']
tags:
- { name: drush.generator }
