You are here

public function PoMemoryWriter::getLangcode in Localization update 7.2

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

Not implemented. Not relevant for the MemoryWriter.

Overrides PoMetadataInterface::getLangcode

File

includes/gettext/PoMemoryWriter.php, line 88
Definition of Drupal\Component\Gettext\PoMemoryWriter.

Class

PoMemoryWriter
Defines a Gettext PO memory writer, to be used by the installer.

Code

public function getLangcode() {
}