public function PoStreamReader::getURI in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Gettext/PoStreamReader.php \Drupal\Component\Gettext\PoStreamReader::getURI()
Gets the URI of the PO stream that is being read or written.
Return value
URI string for this stream.
Overrides PoStreamInterface::getURI
1 call to PoStreamReader::getURI()
- PoStreamReader::readLine in core/
lib/ Drupal/ Component/ Gettext/ PoStreamReader.php - Reads a line from the PO stream and stores data internally.
File
- core/
lib/ Drupal/ Component/ Gettext/ PoStreamReader.php, line 137 - Contains \Drupal\Component\Gettext\PoStreamReader.
Class
- PoStreamReader
- Implements Gettext PO stream reader.
Namespace
Drupal\Component\GettextCode
public function getURI() {
return $this->_uri;
}