public PoMemoryWriter::writeItems(PoReaderInterface $reader, $count = -1)
Writes all or the given amount of items.
Parameters
PoReaderInterface $reader: Reader to read PoItems from.
$count: Amount of items to read from $reader to write. If -1, all items are read from $reader.
Overrides PoWriterInterface::writeItems
File
core/lib/Drupal/Component/Gettext/PoMemoryWriter.php, line 39
Class
PoMemoryWriter Defines a Gettext PO memory writer, to be used by the installer.
Namespace
Drupal\Com