You are here

protected function RelationFeedsProcessor::getTypeInfo in Relation 7

Get configured relation type

3 calls to RelationFeedsProcessor::getTypeInfo()
RelationFeedsProcessor::existingEntityId in relation_feeds/RelationFeedsProcessor.inc
RelationFeedsProcessor::getMappingTargets in relation_feeds/RelationFeedsProcessor.inc
RelationFeedsProcessor::mapEndpoints in relation_feeds/RelationFeedsProcessor.inc
Map endpoints to entity keys array

File

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

Class

RelationFeedsProcessor
Creates relations from feed items.

Code

protected function getTypeInfo() {
  $types = relation_get_types();
  return $types[$this->config['bundle']];
}