You are here

protected function FeedsRulesProcessor::entityLoad in Feeds Rules 7

Load the log entity from database.

File

plugins/FeedsRulesProcessor.inc, line 46
Defines the Feeds Rules processor plugin.

Class

FeedsRulesProcessor
Feeds processor plugin to process a rules component for each feed items.

Code

protected function entityLoad(FeedsSource $source, $entity_id) {
  return entity_load_single('feeds_rules_action', $entity_id);
}