function PoStreamInterface::getURI

Get the URI of the PO stream that is being read or written.

Return value

URI string for this stream.

2 methods override PoStreamInterface::getURI()
PoStreamReader::getURI in drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php
Implements Drupal\Component\Gettext\PoStreamInterface::getURI().
PoStreamWriter::getURI in drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php
Implements Drupal\Component\Gettext\PoStreamInterface::getURI().

File

drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php, line 34
Definition of Drupal\Component\Gettext\PoStreamInterface.

Class

PoStreamInterface
Common functions for file/stream based PO readers/writers.

Namespace

Drupal\Component\Gettext

Code

function getURI();