function PoWriterInterface::writeItem

Writes the given item.

Parameters

PoItem $item: One specific item to write.

3 methods override PoWriterInterface::writeItem()

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);