You are here

abstract public function FeedsProcessor::entityType in Feeds 7.2

Entity type this processor operates on.

13 calls to FeedsProcessor::entityType()
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.

... See full list

3 methods override FeedsProcessor::entityType()
FeedsNodeProcessor::entityType in plugins/FeedsNodeProcessor.inc
Define entity type.
FeedsTermProcessor::entityType in plugins/FeedsTermProcessor.inc
Define entity type.
FeedsUserProcessor::entityType in plugins/FeedsUserProcessor.inc
Define entity type.

File

plugins/FeedsProcessor.inc, line 53
Contains FeedsProcessor and related classes.

Class

FeedsProcessor
Abstract class, defines interface for processors.

Code

public abstract function entityType();