You are here

public function FeedsUserProcessor::entityType in Feeds 7.2

Define entity type.

Overrides FeedsProcessor::entityType

File

plugins/FeedsUserProcessor.inc, line 47
Contains FeedsUserProcessor.

Class

FeedsUserProcessor
Feeds processor plugin. Create users from feed items.

Code

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