You are here

public function EntityExportCsvInterface::getLangCode in Entity Export CSV 8

Get the langcode.

Return value

string The langcode.

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

File

src/Entity/EntityExportCsvInterface.php, line 94

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function getLangCode();