You are here

public function EntityExportCsvInterface::getDelimiter in Entity Export CSV 8

Get the delimiter.

Return value

string The delimiter.

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

File

src/Entity/EntityExportCsvInterface.php, line 56

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function getDelimiter();