public function PoDatabaseReader::getLangcode

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

Overrides PoMetadataInterface::getLangcode

1 call to PoDatabaseReader::getLangcode()

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php, line 61
Definition of Drupal\locale\PoDatabaseReader.

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Namespace

Drupal\locale

Code

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