You are here

public function FeedImporterInterface::getEntity in Feed Import 8

Returns the entity type being imported.

1 method overrides FeedImporterInterface::getEntity()
FeedImporter::getEntity in feed_import_base/src/Entity/FeedImporter.php
Returns the entity type being imported.

File

feed_import_base/src/FeedImporterInterface.php, line 15

Class

FeedImporterInterface
Provides an interface defining an Example entity.

Namespace

Drupal\feed_import_base

Code

public function getEntity();