function PoDatabaseReader::getHeader

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

Overrides PoMetadataInterface::getHeader

File

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

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Namespace

Drupal\locale

Code

function getHeader() {
  return new PoHeader($this
    ->getLangcode());
}