You are here

public function ParserInterface::getCsvById in CSV Importer 8

Get CSV by id.

Parameters

int $id: CSV id.

string $delimiter: CSV delimiter.

Return value

array|null Parsed CSV.

1 method overrides ParserInterface::getCsvById()
Parser::getCsvById in src/Parser.php
Get CSV by id.

File

src/ParserInterface.php, line 21

Class

ParserInterface
Csv parser manager interface.

Namespace

Drupal\csv_importer

Code

public function getCsvById(int $id, string $delimiter);