You are here

public function FeedImportProcessor::setCustomSettings in Feed Import 7.3

Sets custom settings, after base settings were set. Can be used by child classes.

Parameters

array $settings: An array of settings.

Return value

bool TRUE if success. If not, the import will be stopped.

File

feed_import_base/inc/feed_import.inc, line 1139
This file contains Feed Import helpers.

Class

FeedImportProcessor
Class that processess the import.

Code

public function setCustomSettings(array $settings) {
  return TRUE;
}