You are here

public function RelationFeedsProcessor::entityType in Relation 7

1 call to RelationFeedsProcessor::entityType()
RelationFeedsProcessor::getMappingTargets in relation_feeds/RelationFeedsProcessor.inc

File

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

Class

RelationFeedsProcessor
Creates relations from feed items.

Code

public function entityType() {
  return 'relation';
}