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.

32 lines
744 B

uuid: 6e9fd9a0-6a07-4b66-a77c-16aeb9c34ceb
langcode: en
status: true
dependencies: { }
id: upgrade_statistics_settings
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: 'Statistics configuration'
source:
plugin: variable
variables:
- statistics_enable_access_log
- statistics_flush_accesslog_timer
- statistics_count_content_views
source_module: statistics
process:
count_content_views:
-
plugin: get
source: statistics_count_content_views
destination:
plugin: config
config_name: statistics.settings
migration_dependencies:
required: { }
optional: { }