You are here

public function PoReaderInterface::readItem in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/Gettext/PoReaderInterface.php \Drupal\Component\Gettext\PoReaderInterface::readItem()

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

Return value

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

1 method overrides PoReaderInterface::readItem()
PoStreamReader::readItem in lib/Drupal/Component/Gettext/PoStreamReader.php
Reads and returns a PoItem (source/translation pair).

File

lib/Drupal/Component/Gettext/PoReaderInterface.php, line 21
Contains \Drupal\Component\Gettext\PoReaderInterface.

Class

PoReaderInterface
Shared interface definition for all Gettext PO Readers.

Namespace

Drupal\Component\Gettext

Code

public function readItem();