function PoReaderInterface::readItem

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

Return value

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

2 methods override PoReaderInterface::readItem()

File

drupal/core/lib/Drupal/Component/Gettext/PoReaderInterface.php, line 23
Definition of Drupal\Component\Gettext\PoReaderInterface.

Class

PoReaderInterface
Shared interface definition for all Gettext PO Readers.

Namespace

Drupal\Component\Gettext

Code

function readItem();