public function PoDatabaseReader::getLangcode in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/src/PoDatabaseReader.php \Drupal\locale\PoDatabaseReader::getLangcode()
Get language code.
Return value
string Language code string.
Overrides PoMetadataInterface::getLangcode
1 call to PoDatabaseReader::getLangcode()
- PoDatabaseReader::getHeader in core/
modules/ locale/ src/ PoDatabaseReader.php - Get header metadata.
File
- core/
modules/ locale/ src/ PoDatabaseReader.php, line 54
Class
- PoDatabaseReader
- Gettext PO reader working with the locale module database.
Namespace
Drupal\localeCode
public function getLangcode() {
return $this->langcode;
}