You are here

public function EntityExportCsvInterface::setLangcode in Entity Export CSV 8

Set the langcode.

Parameters

string $langcode: The langcode.

Return value

$this The config entity.

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

File

src/Entity/EntityExportCsvInterface.php, line 105

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function setLangcode(string $langcode);