You are here

constant FEEDS_FILE_EXISTS_REPLACE_DIFFERENT in Feeds 7.2

Flag for dealing with existing files: Replace the existing file if it is different. Do nothing if the new file is exactly the same as the existing file.

3 uses of FEEDS_FILE_EXISTS_REPLACE_DIFFERENT
FeedsMapperFileTestCase::testFileExistsReplaceIfDifferent in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Replace if different" setting.
file_feeds_set_target in mappers/file.inc
Callback for mapping file fields.
file_feeds_summary_callback in mappers/file.inc
Mapping configuration summary callback for file targets.

File

mappers/file.inc, line 14
On behalf implementation of Feeds mapping API for file.module and image.module.

Code

define('FEEDS_FILE_EXISTS_REPLACE_DIFFERENT', 3);