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.
34 lines
749 B
34 lines
749 B
uuid: 4720e1a0-191f-4409-99a1-1614f713c489 |
|
langcode: en |
|
status: true |
|
dependencies: { } |
|
id: upgrade_d7_system_cron |
|
class: Drupal\migrate\Plugin\Migration |
|
field_plugin_method: null |
|
cck_plugin_method: null |
|
migration_tags: |
|
- 'Drupal 7' |
|
- Configuration |
|
migration_group: migrate_drupal_7 |
|
label: 'Drupal 7 cron settings' |
|
source: |
|
plugin: variable |
|
variables: |
|
- cron_threshold_warning |
|
- cron_threshold_error |
|
source_module: system |
|
process: |
|
threshold/requirements_warning: |
|
- |
|
plugin: get |
|
source: cron_threshold_warning |
|
threshold/requirements_error: |
|
- |
|
plugin: get |
|
source: cron_threshold_error |
|
destination: |
|
plugin: config |
|
config_name: system.cron |
|
migration_dependencies: |
|
required: { } |
|
optional: { }
|
|
|