Implements Drupal\Component\Gettext\PoWriterInterface::writeItem().
Overrides PoWriterInterface::writeItem
File
- drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php, line 134
- Definition of Drupal\Component\Gettext\PoStreamWriter.
Class
- PoStreamWriter
- Defines a Gettext PO stream writer.
Namespace
Drupal\Component\Gettext
Code
public function writeItem(PoItem $item) {
$this
->write($item);
}