You are here

public function FeedImporter::getEntity in Feed Import 8

Returns the entity type being imported.

Overrides FeedImporterInterface::getEntity

File

feed_import_base/src/Entity/FeedImporter.php, line 104

Class

FeedImporter
Defines the Feed Importer entity.

Namespace

Drupal\feed_import_base\Entity

Code

public function getEntity() {
  return $this->entity;
}