public function PoStreamReader::getLangcode

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

Overrides PoMetadataInterface::getLangcode

File

drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 117
Definition of Drupal\Component\Gettext\PoStreamReader.

Class

PoStreamReader
Implements Gettext PO stream reader.

Namespace

Drupal\Component\Gettext

Code

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