Write the PO header to the stream.
File
- drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php, line 127
- Definition of Drupal\Component\Gettext\PoStreamWriter.
Class
- PoStreamWriter
- Defines a Gettext PO stream writer.
Namespace
Drupal\Component\Gettext
Code
private function writeHeader() {
$this
->write($this->_header);
}