You are here

protected property MigrateDestinationFile::$preserveFiles in Migrate 7.2

Boolean indicating whether we should avoid deleting the actual file on rollback.

Type: bool

File

plugins/destinations/file.inc, line 553
Support for file entity as destination. Note that File Fields have their own destination in fields.inc

Class

MigrateDestinationFile
Destination class implementing migration into the files table.

Code

protected $preserveFiles = FALSE;