Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
17
web/core/modules/syslog/migrations/d6_syslog_settings.yml
Normal file
17
web/core/modules/syslog/migrations/d6_syslog_settings.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
id: d6_syslog_settings
|
||||
label: System log configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- syslog_identity
|
||||
- syslog_facility
|
||||
source_module: syslog
|
||||
process:
|
||||
identity: syslog_identity
|
||||
facility: syslog_facility
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: syslog.settings
|
19
web/core/modules/syslog/migrations/d7_syslog_settings.yml
Normal file
19
web/core/modules/syslog/migrations/d7_syslog_settings.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
id: d7_syslog_settings
|
||||
label: Syslog configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- syslog_facility
|
||||
- syslog_format
|
||||
- syslog_identity
|
||||
source_module: syslog
|
||||
process:
|
||||
facility: syslog_facility
|
||||
format: syslog_format
|
||||
identity: syslog_identity
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: syslog.settings
|
Reference in a new issue