interface PoReaderInterface
Same name and namespace in other branches
- 11.x core/lib/Drupal/Component/Gettext/PoReaderInterface.php \Drupal\Component\Gettext\PoReaderInterface
Shared interface definition for all Gettext PO Readers.
Hierarchy
- interface \Drupal\Component\Gettext\PoMetadataInterface
- interface \Drupal\Component\Gettext\PoReaderInterface implements \Drupal\Component\Gettext\PoMetadataInterface
Expanded class hierarchy of PoReaderInterface
All classes that implement PoReaderInterface
2 files declare their use of PoReaderInterface
- PoDatabaseReader.php in core/
modules/ locale/ src/ PoDatabaseReader.php - PoDatabaseWriter.php in core/
modules/ locale/ src/ PoDatabaseWriter.php
File
-
core/
lib/ Drupal/ Component/ Gettext/ PoReaderInterface.php, line 8
Namespace
Drupal\Component\GettextView source
interface PoReaderInterface extends PoMetadataInterface {
/**
* Reads and returns a PoItem (source/translation pair).
*
* @return \Drupal\Component\Gettext\PoItem
* Wrapper for item data instance.
*/
public function readItem();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.