You are here

public function FeedsUserProcessor::entityType in Feeds 8.2

Define entity type.

Overrides FeedsProcessor::entityType

1 call to FeedsUserProcessor::entityType()
FeedsUserProcessor::getMappingTargets in lib/Drupal/feeds/Plugin/feeds/processor/FeedsUserProcessor.php
Return available mapping targets.

File

lib/Drupal/feeds/Plugin/feeds/processor/FeedsUserProcessor.php, line 32
FeedsUserProcessor class.

Class

FeedsUserProcessor
Defines a user processor.

Namespace

Drupal\feeds\Plugin\feeds\processor

Code

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