public function PoReaderInterface::readItem

public PoReaderInterface::readItem()

Reads and returns a PoItem (source/translation pair).

Return value

\Drupal\Component\Gettext\PoItem Wrapper for item data instance.

File

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

Class

PoReaderInterface
Shared interface definition for all Gettext PO Readers.

Namespace

Drupal\Component\Gettext

Code

public function readItem();

© 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!PoReaderInterface.php/function/PoReaderInterface::readItem/8.1.x