You are here

protected function File::getEntityType in Feeds 8.3

Returns the entity type to reference.

Return value

string The entity type to reference.

Overrides EntityReference::getEntityType

File

src/Feeds/Target/File.php, line 150

Class

File
Defines a file field mapper.

Namespace

Drupal\feeds\Feeds\Target

Code

protected function getEntityType() {
  return 'file';
}