You are here

public function FeedsDataHandler::save in Feeds 6

@todo Support save().

Overrides DataHandler::save

File

includes/FeedsDataHandler.inc, line 234
Data handler used in FeedsDataProcessor.

Class

FeedsDataHandler
Simple multidimensional data handler. Treats tables that join to this handler's table through FeedsDatahandler::key as a cluster. Records in this cluster are regarded as belonging to one multidimensional data set joined by FeedsDatahandler::key.

Code

public function save(&$record, $update) {
  throw new Exception(t('Not implemented.'));
}