You are here

constant FEEDS_FILE_EXISTS_SKIP in Feeds 7.2

Flag for dealing with existing files: Do nothing if a file with the same name already exists.

4 uses of FEEDS_FILE_EXISTS_SKIP
FeedsEnclosure::getFile in plugins/FeedsParser.inc
Get a Drupal file object of the enclosed resource, download if necessary.
FeedsMapperFileTestCase::testFileExistsSkip in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Skip existig" 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 27
On behalf implementation of Feeds mapping API for file.module and image.module.

Code

define('FEEDS_FILE_EXISTS_SKIP', 5);