You are here

protected function RelationFeedsProcessor::entityInfo in Relation 7

File

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

Class

RelationFeedsProcessor
Creates relations from feed items.

Code

protected function entityInfo() {
  $info = parent::entityInfo();
  $info['label plural'] = t('Relations');
  return $info;
}