-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrush.services.yml
More file actions
32 lines (31 loc) · 1.34 KB
/
drush.services.yml
File metadata and controls
32 lines (31 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
services:
webform.submission.commands:
class: \Drupal\webform\Commands\WebformSubmissionCommands
arguments: ['@file_system', '@module_handler', '@entity_type.manager', '@webform_submission.exporter']
tags:
- { name: drush.command }
webform.libraries.commands:
class: \Drupal\webform\Commands\WebformLibrariesCommands
arguments: ['@http_client', '@webform.libraries_manager', '@module_handler']
tags:
- { name: drush.command }
webform.utilities.commands:
class: \Drupal\webform\Commands\WebformUtilityCommands
arguments: ['@file_system', '@module_handler', '@extension.list.module']
tags:
- { name: drush.command }
webform.documentation.commands:
class: \Drupal\webform\Commands\WebformDocumentationCommands
arguments: ['@file_system', '@module_handler', '@renderer', '@webform.help_manager']
tags:
- { name: drush.command }
webform.devel.commands:
class: \Drupal\webform\Commands\WebformDevelCommands
arguments: ['@database', '@module_handler', '@config.factory', '@cache.discovery', '@renderer', '@webform.elements_validator']
tags:
- { name: drush.command }
webform.sanitize.commands:
class: \Drupal\webform\Commands\WebformSanitizeSubmissionsCommands
arguments: ['@database', '@module_handler', '@entity_type.manager']
tags:
- { name: drush.command }