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();
Please login to continue.