You are here

protected property WordPressItemMigration::$linksNeedFixing in WordPress Migrate 7.2

Same name and namespace in other branches
  1. 7 wordpress_item.inc \WordPressItemMigration::linksNeedFixing

Indicates to the complete() method that the nid of this item needs to be saved in linksToFix for later processing.

Type: boolean

File

./wordpress_item.inc, line 124
Support for migrating posts and pages from a WordPress blog into Drupal.

Class

WordPressItemMigration
Intermediate Migration class, implementing behavior common across different types (post_type) of items.

Code

protected $linksNeedFixing = FALSE;