You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
801 B
38 lines
801 B
2 years ago
|
uuid: 9e45c370-8c19-439e-a01e-3f8de048ba1d
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_system_maintenance
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 6'
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Maintenance page configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- maintenance_mode_message
|
||
|
- site_offline_message
|
||
|
source_module: system
|
||
|
process:
|
||
|
message:
|
||
|
-
|
||
|
plugin: callback
|
||
|
callable: array_filter
|
||
|
source:
|
||
|
- maintenance_mode_message
|
||
|
- site_offline_message
|
||
|
-
|
||
|
plugin: callback
|
||
|
callable: current
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: system.maintenance
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|