You are here

public function EntityExportCsvInterface::setDelimiter in Entity Export CSV 8

Set the delimiter.

Parameters

string $delimiter: The delimiter.

Return value

$this The config entity.

1 method overrides EntityExportCsvInterface::setDelimiter()
EntityExportCsv::setDelimiter in src/Entity/EntityExportCsv.php
Set the delimiter.

File

src/Entity/EntityExportCsvInterface.php, line 67

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function setDelimiter($delimiter);