Stream::getStreamType |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Get a label describing the underlying implementation of the stream |
ReadOnlyStream::setUri |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::setUri(). |
Twig_Parser::getStream |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
Gets the token stream. |
ReadOnlyStream::getUri |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri(). |
PHP_Token_Stream::next |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
ReadOnlyStream::unlink |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for unlink(). |
PHP_Token_Stream::seek |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
Seek to an absolute position. |
ReadOnlyStream::rename |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for rename(). |
DummyStreamWrapper.php |
file |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyStreamWrapper.php |
Definition of Drupal\file_test\DummyStreamWrapper. |
Twig_TokenStream::next |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Sets the pointer to the next token and returns the old one. |
Twig_TokenStream::look |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Looks at the next token. |
Twig_TokenStream::test |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Tests the current token |
LocalStream::getTarget |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Returns the local writable target of the resource within the stream. |
StreamWrapperInterface |
interface |
drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php |
Defines a Drupal stream wrapper extension. |
STREAM_WRAPPERS_HIDDEN |
constant |
drupal/core/includes/file.inc |
Stream wrapper type flag -- not visible in the UI or accessible via web,
but readable and writable. E.g. the temporary directory for uploads. |
STREAM_WRAPPERS_NORMAL |
constant |
drupal/core/includes/file.inc |
Stream wrapper type flag -- the default when 'type' is omitted from
hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL,
because PHP grants a greater trust level to local files (for example, they
can be used in an… |
PoStreamReader::$_size |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Size of the current PO stream. |
PoStreamReader::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoStreamInterface::getURI(). |
PoStreamReader::setURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoStreamInterface::setURI(). |
system_stream_wrappers |
function |
drupal/core/modules/system/system.module |
Implements hook_stream_wrappers(). |
locale_stream_wrappers |
function |
drupal/core/modules/locale/locale.module |
Implements hook_stream_wrappers(). |
StreamInterface::write |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Write data to the stream |
StreamInterface::ftell |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Returns the current position of the file read/write pointer |
PoStreamWriter::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::getURI(). |
PoStreamWriter::setURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::setURI(). |
Stream::$readWriteHash |
property |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
Stream::getWrapperData |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Wrapper specific data attached to this stream. |
PHP_Token_Stream::scan |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
Scans the source for sequences of characters and converts them into a
stream of tokens. |
TranslationsStream.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Definition of Drupal\locale\TranslationStream. |
PHP_Token_Stream::parse |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
ReadOnlyStream::$handle |
property |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
A generic resource handle. |
PHP_Token_Stream::valid |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
Twig_TokenStream::isEOF |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Checks if end of stream was reached |
LocalStream::stream_eof |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for feof(). |
LocalReadOnlyStream.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Definition of Drupal\Core\StreamWrapper\LocalReadOnlyStream. |
STREAM_WRAPPERS_VISIBLE |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- exposed in the UI and potentially web accessible. |
PoStreamInterface::open |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Open the stream. Set the URI for the stream earlier with setURI(). |
PoStreamReader::setSeek |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Sets the seek position for the current PO stream. |
PoStreamReader::getSeek |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Returns the pointer position of the current PO stream. |
StreamInterface::getUri |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Get the URI/filename associated with this stream |
StreamInterface::rewind |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Rewind to the beginning of the stream |
PHP_Token::$tokenStream |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
PHP_Token_Stream::count |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
ReadOnlyStream::$context |
property |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Stream context resource. |
PHP_Token_Stream::rewind |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
Twig_TokenStream::expect |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Tests a token and returns it or throws a syntax error. |
LocalStream::getMimeType |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getMimeType(). |
LocalStream::stream_open |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
LocalStream::stream_lock |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for flock(). |
LocalStream::stream_read |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for fread(), file_get_contents() etc. |