LocalStream::stream_seek |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fseek(). |
LocalStream::stream_tell |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for ftell(). |
LocalStream::stream_stat |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fstat(). |
LocalStream::stream_cast |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Gets the underlying stream resource for stream_select(). |
LocalStream::dir_opendir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for opendir(). |
LocalStream::dir_readdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for readdir(). |
StreamedResponseListener |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php |
StreamedResponseListener is responsible for sending the Response
to the client. |
file_get_stream_wrappers |
function |
drupal/core/includes/file.inc |
Provides Drupal stream wrapper registry. |
PoStreamInterface::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Close the stream. |
PoStreamReader::$_header |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
The PO stream header. |
DummyRemoteStreamWrapper |
class |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyRemoteStreamWrapper.php |
Helper class for testing the stream wrapper registry. |
PoStreamReader::$_errors |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Array of translated error strings recorded on reading this stream so far. |
PoStreamReader::readItem |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoReaderInterface::readItem(). |
PoStreamReader::readLine |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Reads a line from the PO stream and stores data internally. |
StreamedResponse::create |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
Factory method for chainability |
StreamWrapperTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Sets up a Drupal site for running functional and integration tests. |
StreamInterface::getSize |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Get the size of the stream if able |
StreamInterface::isLocal |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Check if the stream is a local stream vs a remote stream |
StreamInterface::setSize |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Specify the size of the stream in bytes |
StreamedResponseTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
|
PoStreamWriter::$_header |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
The Gettext PO header. |
PHP_Token_Stream::tokens |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
PHP_Token_Stream::current |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
Twig_TokenStream::$tokens |
property |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
|
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(). |
PhpStreamWrapperInterface |
interface |
drupal/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php |
Defines a generic PHP stream wrapper interface. |
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. |
PoStreamReader::$_context |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Parser context for the stream reader state machine. |
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(). |
file_test_stream_wrappers |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_stream_wrappers(). |
StreamedResponse::prepare |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
Prepares the Response before it is sent to the client. |
ReadOnlyStreamWrapperTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php |
Tests that files can not be written using ReadOnlyStreamWrapper functions. |
PoStreamWriter::getHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Get the PO header of the current stream. |
PoStreamWriter::setHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Set the PO header for the current stream. |
PoStreamWriter::writeItem |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoWriterInterface::writeItem(). |
PHP_Token_Stream::$tokens |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
PHP_Token_Stream::$traits |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
Twig_TokenStream::$current |
property |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
|
StreamWrapperInterface.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php |
Definition of Drupal\Core\StreamWrapper\StreamWrapperInterface. |
LocalStream::dir_rewinddir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for rewinddir(). |
Twig_Tests_TokenStreamTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
|
LocalReadOnlyStream::mkdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Support for mkdir(). |
LocalReadOnlyStream::rmdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Support for rmdir(). |
LocalReadOnlyStream::chmod |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Support for chmod(). |