Writes the given item.
Parameters
PoItem $item:
One specific item to write.
File
- drupal/core/lib/Drupal/Component/Gettext/PoWriterInterface.php, line 24
- Definition of Drupal\Component\Gettext\PoWriterInterface.
Class
- PoWriterInterface
- Shared interface definition for all Gettext PO Writers.
Namespace
Drupal\Component\Gettext
Code
function writeItem(PoItem $item);