public function EntityExportCsv::getLangCode in Entity Export CSV 8
Get the langcode.
Return value
string The langcode.
Overrides EntityExportCsvInterface::getLangCode
File
- src/
Entity/ EntityExportCsv.php, line 177  
Class
- EntityExportCsv
 - Defines the Entity export csv entity.
 
Namespace
Drupal\entity_export_csv\EntityCode
public function getLangCode() {
  return $this->langcode;
}