You are here

public function EntityProcessorBase::entityType in Feeds 8.3

7 calls to EntityProcessorBase::entityType()
EntityProcessorBase::bundle in src/Feeds/Processor/EntityProcessorBase.php
Bundle type this processor operates on.
EntityProcessorBase::bundleOptions in src/Feeds/Processor/EntityProcessorBase.php
Provides a list of bundle options for use in select lists.
EntityProcessorBase::calculateDependencies in src/Feeds/Processor/EntityProcessorBase.php
Calculates dependencies for the configured plugin.
EntityProcessorBase::initCleanList in src/Feeds/Processor/EntityProcessorBase.php
Initializes the list of entities to clean.
EntityProcessorBase::onFeedDeleteMultiple in src/Feeds/Processor/EntityProcessorBase.php
@todo Sort this out so that we aren't calling \Drupal::database()->delete() here.

... See full list

File

src/Feeds/Processor/EntityProcessorBase.php, line 329

Class

EntityProcessorBase
Defines a base entity processor.

Namespace

Drupal\feeds\Feeds\Processor

Code

public function entityType() {
  return $this->pluginDefinition['entity_type'];
}