You are here

8 calls to FeedsProcessor::entityType() in Feeds 8.2

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.
FeedsProcessor::expiryQuery in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Returns a database query used to select entities to expire.
FeedsProcessor::loadItemInfo in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Loads existing entity information and places it on $entity->feeds_item.
FeedsProcessor::newItemInfo in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Adds Feeds specific information on $entity->feeds_item.