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.
File
- drupal/core/lib/Drupal/Component/Gettext/PoWriterInterface.php, line 35
- Definition of Drupal\Component\Gettext\PoWriterInterface.
Class
- PoWriterInterface
- Shared interface definition for all Gettext PO Writers.
Namespace
Drupal\Component\Gettext
Code
function writeItems(PoReaderInterface $reader, $count = -1);