PoStreamReader::$_context |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Parser context for the stream reader state machine. |
PhpStreamWrapperInterface |
interface |
drupal/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php |
Defines a generic PHP stream wrapper interface. |
PoStreamReader::getHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::getHeader(). |
PoStreamReader::setHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoStreamInterface::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Get the URI of the PO stream that is being read or written. |
PoStreamInterface::setURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Set the URI of the PO stream that is going to be read or written. |
LocalStream::getLocalPath |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Returns the canonical absolute path of the URI, if possible. |
LocalStream::stream_write |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fwrite(), file_put_contents() etc. |
LocalStream::stream_flush |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fflush(). |
LocalStream::stream_close |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fclose(). |
LocalStream::dir_closedir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for closedir(). |
file_test_stream_wrappers |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_stream_wrappers(). |
Twig_TokenStream::$current |
property |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
|
hook_stream_wrappers_alter |
function |
drupal/core/modules/system/system.api.php |
Alters the list of PHP stream wrapper implementations. |
PoStreamWriter::writeItems |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoWriterInterface::writeItems(). |
PoStreamReader::$_langcode |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Language code for the PO stream being read. |
PoStreamReader::$_finished |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Indicator of whether the stream reading is finished. |
PoStreamReader::readHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Read the header from the PO stream. |
LocalStream::dir_rewinddir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for rewinddir(). |
StreamInterface::getStream |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Get the stream resource |
StreamInterface::setStream |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Set the stream that is wrapped by the object |
StreamWrapperInterface.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php |
Definition of Drupal\Core\StreamWrapper\StreamWrapperInterface. |
StreamWrapperTest::$scheme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
|
Twig_Tests_TokenStreamTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
|
StreamWrapperTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
|
Twig_TokenStream::$filename |
property |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
|
StreamedResponse::$callback |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
|
StreamedResponse::$streamed |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
|
PoStreamWriter::getLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Get the current language code used. |
PoStreamWriter::setLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Set the language code. |
PoStreamWriter::writeHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Write the PO header to the stream. |
PoStreamReader::$_last_item |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Object wrapper for the last read source/translation pair. |
PoStreamReader::getLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::getLangcode(). |
PoStreamReader::setLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setLangcode(). |
PoStreamReader::parseQuoted |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Parses a string in quotes. |
StreamInterface::__toString |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Convert the stream to a string if the stream is readable and the stream is seekable. |
StreamInterface::getWrapper |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Get the stream wrapper type |
StreamInterface::isReadable |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Check if the stream is readable |
StreamInterface::isWritable |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Check if the stream is writable |
StreamInterface::isConsumed |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Check if the stream has been consumed |
StreamInterface::isSeekable |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Check if the string is repeatable |
StreamWrapperTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Modules to enable. |
StreamWrapperTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix. |
Twig_TokenStream::__toString |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Returns a string representation of the token stream. |
Twig_TokenStream::getCurrent |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Gets the current token |
StreamedResponse::setContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
|
StreamedResponse::getContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
|
PublicStream::getExternalUrl |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
DummyRemoteStreamWrapper.php |
file |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyRemoteStreamWrapper.php |
Definition of Drupal\file_test\DummyRemoteStreamWrapper. |
StreamedResponseListener.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php |
|