|
Stream |
class |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
PHP stream implementation |
|
Stream.php |
file |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
LocalStream |
class |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Defines a Drupal stream wrapper base class for local files. |
|
PublicStream |
class |
drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Defines a Drupal public (public://) stream wrapper class. |
|
Stream::seek |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Seek to a position in the stream |
|
Stream::read |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Read data from the stream |
|
PrivateStream |
class |
drupal/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Drupal private (private://) stream wrapper class. |
|
Stream::$size |
property |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
Stream::write |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Write data to the stream |
|
Stream::ftell |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Returns the current position of the file read/write pointer |
|
PoStreamWriter |
class |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Defines a Gettext PO stream writer. |
|
PoStreamReader |
class |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Gettext PO stream reader. |
|
Stream::$cache |
property |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
Stream::getUri |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Get the URI/filename associated with this stream |
|
Stream::rewind |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Rewind to the beginning of the stream |
|
TemporaryStream |
class |
drupal/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php |
Defines a Drupal temporary (temporary://) stream wrapper class. |
|
StreamInterface |
interface |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
OO interface to PHP streams |
|
Stream::$stream |
property |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
Stream::getHash |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Calculate a hash of a Stream |
|
Stream::getSize |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Get the size of the stream if able |
|
Stream::isLocal |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Check if the stream is a local stream vs a remote stream |
|
Stream::setSize |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Specify the size of the stream in bytes |
|
LocalStream.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Definition of Drupal\Core\StreamWrapper\LocalStream. |
|
TokenStream.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
|
|
Twig_TokenStream |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Represents a token stream. |
|
StreamedResponse |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
StreamedResponse represents a streamed HTTP response. |
|
Stream::IS_LOCAL |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
Stream::SEEKABLE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
PublicStream.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Definition of Drupal\Core\StreamWrapper\PublicStream. |
|
LocalStream::$uri |
property |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Instance URI (stream). |
|
PoStreamInterface |
interface |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Common functions for file/stream based PO readers/writers. |
|
Stream::getStream |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Get the stream resource |
|
Stream::setStream |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Set the stream that is wrapped by the object |
|
PrivateStream.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Definition of Drupal\Core\StreamWrapper\PrivateStream. |
|
StreamWrapperTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Tests stream wrapper functions. |
|
PoStreamWriter.php |
file |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Definition of Drupal\Component\Gettext\PoStreamWriter. |
|
PoStreamReader.php |
file |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Definition of Drupal\Component\Gettext\PoStreamReader. |
|
LocalStream::chmod |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::chmod(). |
|
LocalStream::mkdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for mkdir(). |
|
LocalStream::rmdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for rmdir(). |
|
Stream::__destruct |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Closes the stream when the helper is destructed |
|
Stream::__toString |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Convert the stream to a string if the stream is readable and the stream is seekable. |
|
Stream::getWrapper |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Get the stream wrapper type |
|
Stream::isReadable |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Check if the stream is readable |
|
Stream::isWritable |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Check if the stream is writable |
|
Stream::isConsumed |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Check if the stream has been consumed |
|
Stream::isSeekable |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Check if the string is repeatable |
|
DummyStreamWrapper |
class |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyStreamWrapper.php |
Helper class for testing the stream wrapper registry. |
|
TranslationsStream |
class |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Defines a Drupal translations (translations://) stream wrapper class. |
|
StreamInterface.php |
file |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
|