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.
26 lines
483 B
26 lines
483 B
2 years ago
|
uuid: 0eafbff4-d02a-4842-9281-feba21346057
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_blocked_ips
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Content
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Blocked IPs'
|
||
|
source:
|
||
|
plugin: d7_blocked_ips
|
||
|
process:
|
||
|
ip:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: ip
|
||
|
destination:
|
||
|
plugin: blocked_ip
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|