You are here

public function EntityExportCsv::getDelimiter in Entity Export CSV 8

Get the delimiter.

Return value

string The delimiter.

Overrides EntityExportCsvInterface::getDelimiter

File

src/Entity/EntityExportCsv.php, line 147

Class

EntityExportCsv
Defines the Entity export csv entity.

Namespace

Drupal\entity_export_csv\Entity

Code

public function getDelimiter() {
  return $this->delimiter;
}