You are here

public function FeedsNodeProcessor::entityType in Feeds 8.2

Define entity type.

Overrides FeedsProcessor::entityType

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

File

lib/Drupal/feeds/Plugin/feeds/processor/FeedsNodeProcessor.php, line 34
Contains \Drupal\feeds\Plugin\feeds\fetcher\FeedsNodeProcessor.

Class

FeedsNodeProcessor
Defines a node processor.

Namespace

Drupal\feeds\Plugin\feeds\processor

Code

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