public function PoStreamReader::getURI in Service Container 7
Same name and namespace in other branches
- 7.2 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 lib/
Drupal/ Component/ Gettext/ PoStreamReader.php - Reads a line from the PO stream and stores data internally.
File
- 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;
}