You are here

constant MigrateFileBase::FILE_EXISTS_REUSE in Migrate 7.2

Extension of the core FILE_EXISTS_* constants, offering an alternative to reuse the existing file if present as-is (core only offers the options of replacing it or renaming to avoid collision).

File

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

Class

MigrateFileBase

Code

const FILE_EXISTS_REUSE = -1;