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 |
TranslationsStream |
class |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Defines a Drupal translations (translations://) stream wrapper class. |
LocalStream::setUri |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::setUri(). |
LocalStream::getUri |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri(). |
TemporaryStream.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php |
Definition of Drupal\Core\StreamWrapper\TemporaryStream. |
LocalStream::unlink |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for unlink(). |
LocalStream::rename |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for rename(). |
LocalReadOnlyStream |
class |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Defines a read-only Drupal stream wrapper base class for local files. |
STREAM_WRAPPERS_ALL |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- a filter that matches all wrappers. |
TestParser::$stream |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
|
StreamInterface.php |
file |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
|
TokenStreamTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
|
Stream::STREAM_TYPE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
Stream::IS_READABLE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
Stream::IS_WRITABLE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
Stream::__construct |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Construct a new Stream |
Stream::getMetaData |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Get stream metadata |
ReadOnlyStream::$uri |
property |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Instance URI (stream). |
LocalStream::$handle |
property |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
A generic resource handle. |
LocalStream::dirname |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Gets the name of the directory from a given path. |
STREAM_WRAPPERS_READ |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- wrapper is readable (almost always true). |
StreamedResponseTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
|
StreamedResponse.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
|
PoStreamReader::$_fd |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
File handle of the current PO stream. |
PoStreamReader::open |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoStreamInterface::open(). |
PoStreamWriter::$_fd |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
File handle of the current PO stream. |
PoStreamWriter::open |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::open(). |
Stream::WRAPPER_TYPE |
constant |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
Twig_Parser::$stream |
property |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Stream::rebuildCache |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Reprocess stream metadata |
hook_stream_wrappers |
function |
drupal/core/modules/system/system.api.php |
Registers PHP stream wrapper implementations associated with a module. |
PHP_Token_Stream::key |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
PoStreamInterface.php |
file |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Definition of Drupal\Component\Gettext\PoStreamInterface. |
ReadOnlyStream::mkdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for mkdir(). |
ReadOnlyStream::rmdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for rmdir(). |
ReadOnlyStream::chmod |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for chmod(). |
LocalStream::$context |
property |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Stream context resource. |
LocalStream::realpath |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::realpath(). |
LocalStream::url_stat |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for stat(). |
STREAM_WRAPPERS_LOCAL |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- refers to a local file system location. |
STREAM_WRAPPERS_WRITE |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- wrapper is writeable. |
PoStreamReader::$_uri |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
URI of the PO stream that is being read. |
StreamWrapperTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Definition of Drupal\system\Tests\File\StreamWrapperTest. |
PoStreamReader::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoStreamInterface::close(). |
PoStreamWriter::$_uri |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
URI of the PO stream that is being written. |
StreamInterface::seek |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Seek to a position in the stream |
StreamInterface::read |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Read data from the stream |
PoStreamWriter::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::close(). |
PoStreamWriter::write |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Write data to the stream. |