You are here

public function PoMemoryWriter::setLangcode in Localization update 7.2

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

Not implemented. Not relevant for the MemoryWriter.

Overrides PoMetadataInterface::setLangcode

File

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

Class

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

Code

public function setLangcode($langcode) {
}