You are here

protected function FeedsCommentProcessor::entityDeleteMultiple in Feeds Comment Processor 7

File

./FeedsCommentProcessor.inc, line 130
Contains FeedsCommentProcessor.

Class

FeedsCommentProcessor
Creates comments from feed items.

Code

protected function entityDeleteMultiple($cids) {
  comment_delete_multiple($cids);
}