You are here

abstract public function FeedsProcessor::entityType in Feeds 8.2

Entity type this processor operates on.

8 calls to FeedsProcessor::entityType()
FeedsProcessor::bundleOptions in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Provides a list of bundle options for use in select lists.
FeedsProcessor::configDefaults in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Declare default configuration.
FeedsProcessor::configForm in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Overrides parent::configForm().
FeedsProcessor::entityInfo in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Wrap entity_get_info() into a method so that extending classes can override it and more entity information. Allowed additional keys:
FeedsProcessor::entityLoad in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Load an existing entity.

... See full list

3 methods override FeedsProcessor::entityType()
FeedsNodeProcessor::entityType in lib/Drupal/feeds/Plugin/feeds/processor/FeedsNodeProcessor.php
Define entity type.
FeedsTermProcessor::entityType in lib/Drupal/feeds/Plugin/feeds/processor/FeedsTermProcessor.php
Define entity type.
FeedsUserProcessor::entityType in lib/Drupal/feeds/Plugin/feeds/processor/FeedsUserProcessor.php
Define entity type.

File

lib/Drupal/feeds/Plugin/FeedsProcessor.php, line 43
Contains FeedsProcessor and related classes.

Class

FeedsProcessor
Abstract class, defines interface for processors.

Namespace

Drupal\feeds\Plugin

Code

public abstract function entityType();