public function PoDatabaseWriter::getLangcode

Implements Drupal\Component\Gettext\PoMetadataInterface::getLangcode().

Overrides PoMetadataInterface::getLangcode

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php, line 75
Definition of Drupal\locale\PoDatabaseWriter.

Class

PoDatabaseWriter
Gettext PO writer working with the locale module database.

Namespace

Drupal\locale

Code

public function getLangcode() {
  return $this->_langcode;
}