public function PoStreamReader::getURI

Implements Drupal\Component\Gettext\PoStreamInterface::getURI().

Overrides PoStreamInterface::getURI

1 call to PoStreamReader::getURI()
PoStreamReader::readLine in drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php
Reads a line from the PO stream and stores data internally.

File

drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 146
Definition of Drupal\Component\Gettext\PoStreamReader.

Class

PoStreamReader
Implements Gettext PO stream reader.

Namespace

Drupal\Component\Gettext

Code

public function getURI() {
  return $this->_uri;
}