public function PoDatabaseReader::getLangcode in Localization update 7.2
Implements PoMetadataInterface::getLangcode().
Overrides PoMetadataInterface::getLangcode
1 call to PoDatabaseReader::getLangcode()
- PoDatabaseReader::getHeader in includes/
locale/ PoDatabaseReader.php - Implements PoMetadataInterface::getHeader().
File
- includes/
locale/ PoDatabaseReader.php, line 68 - Definition of PoDatabaseReader.
Class
- PoDatabaseReader
- Gettext PO reader working with the locale module database.
Code
public function getLangcode() {
return $this->_langcode;
}