You are here

public function ParserInterface::getCsvEntity in CSV Importer 8

Load CSV.

Parameters

int $id: CSV id.

Return value

\Drupal\file\Entity\File|null Entity object.

1 method overrides ParserInterface::getCsvEntity()
Parser::getCsvEntity in src/Parser.php
Load CSV.

File

src/ParserInterface.php, line 43

Class

ParserInterface
Csv parser manager interface.

Namespace

Drupal\csv_importer

Code

public function getCsvEntity(int $id);