W3cubDocs

/Drupal 8

public function PoWriterInterface::writeItem

public PoWriterInterface::writeItem(PoItem $item)

Writes the given item.

Parameters

PoItem $item: One specific item to write.

File

core/lib/Drupal/Component/Gettext/PoWriterInterface.php, line 16

Class

PoWriterInterface
Shared interface definition for all Gettext PO Writers.

Namespace

Drupal\Component\Gettext

Code

public function writeItem(PoItem $item);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Gettext!PoWriterInterface.php/function/PoWriterInterface::writeItem/8.1.x