Common functions for file/stream based PO readers/writers.
Hierarchy
- interface \Drupal\Component\Gettext\PoStreamInterface
See also
File
- core/lib/Drupal/Component/Gettext/PoStreamInterface.php, line 11
Namespace
Drupal\Component\Gettext
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PoStreamInterface::close | public | function | Close the stream. |
PoStreamInterface::getURI | public | function | Gets the URI of the PO stream that is being read or written. |
PoStreamInterface::open | public | function | Open the stream. Set the URI for the stream earlier with setURI(). |
PoStreamInterface::setURI | public | function | Set the URI of the PO stream that is going to be read or written. |
Please login to continue.