You are here

protected function RelationFeedsProcessor::entityDeleteMultiple in Relation 7

File

relation_feeds/RelationFeedsProcessor.inc, line 168
Class definition of RelationFeedsProcessor.

Class

RelationFeedsProcessor
Creates relations from feed items.

Code

protected function entityDeleteMultiple($rids) {
  relation_delete_multiple($rids);
}