You are here

13 calls to FeedsProcessor::entityType() in Feeds 7.2

FeedsProcessor::bundleOptions in plugins/FeedsProcessor.inc
Provides a list of bundle options for use in select lists.
FeedsProcessor::configDefaults in plugins/FeedsProcessor.inc
Overrides FeedsConfigurable::configDefaults().
FeedsProcessor::configForm in plugins/FeedsProcessor.inc
Returns configuration form for this object.
FeedsProcessor::entityInfo in plugins/FeedsProcessor.inc
Wrapper around entity_get_info().
FeedsProcessor::entityLoad in plugins/FeedsProcessor.inc
Loads an existing entity.
FeedsProcessor::entityValidate in plugins/FeedsProcessor.inc
Validates an entity.
FeedsProcessor::existingEntityId in plugins/FeedsProcessor.inc
Retrieve the target entity's existing id if available. Otherwise return 0.
FeedsProcessor::expiryQuery in plugins/FeedsProcessor.inc
Returns a database query used to select entities to expire.
FeedsProcessor::getHookTargets in plugins/FeedsProcessor.inc
Allows other modules to expose targets.
FeedsProcessor::loadItemInfo in plugins/FeedsProcessor.inc
Loads existing entity information and places it on $entity->feeds_item.
FeedsProcessor::map in plugins/FeedsProcessor.inc
Execute mapping on an item.
FeedsProcessor::newItemInfo in plugins/FeedsProcessor.inc
Adds Feeds specific information on $entity->feeds_item.
FeedsProcessor::validateFields in plugins/FeedsProcessor.inc
Validates fields of an entity.