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. |
DummyReadOnlyStreamWrapper |
class |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyReadOnlyStreamWrapper.php |
Helper class for testing the stream wrapper registry. |
PoStreamReader::readHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Read the header from the PO stream. |
StreamWrapperTest::$scheme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
|
StreamWrapperTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
|
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 |
PoStreamWriter::writeItems |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoWriterInterface::writeItems(). |
PHP_Token_Stream::$classes |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
hook_stream_wrappers_alter |
function |
drupal/core/modules/system/system.api.php |
Alters the list of PHP stream wrapper implementations. |
PHP_Token_Stream::getTraits |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
@since Method available since Release 1.1.0 |
ReadOnlyStream::stream_open |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for fopen(), file_get_contents(), etc. |
ReadOnlyStream::stream_lock |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for flock(). |
PHP_Token_Stream::offsetGet |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
PHP_Token_Stream::offsetSet |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
Twig_TokenStream::$filename |
property |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
|
LocalReadOnlyStream::unlink |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Support for unlink(). |
LocalReadOnlyStream::rename |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Support for rename(). |
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(). |
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 |
|
PoStreamReader::parseQuoted |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Parses a string in quotes. |
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. |
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 |
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. |
PHP_Token_Stream::$filename |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
PHP_Token_Stream::$position |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
PHP_Token_Stream::$includes |
property |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
ReadOnlyStream::stream_write |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for fwrite(), file_put_contents() etc. |
ReadOnlyStream::stream_flush |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for fflush(). |
DummyRemoteStreamWrapper.php |
file |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyRemoteStreamWrapper.php |
Definition of Drupal\file_test\DummyRemoteStreamWrapper. |
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 |
StreamedResponseListener.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php |
|
PublicStream::getExternalUrl |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
STREAM_WRAPPERS_LOCAL_HIDDEN |
constant |
drupal/core/includes/file.inc |
Stream wrapper type flag -- hidden, readable and writeable using local files. |
STREAM_WRAPPERS_READ_VISIBLE |
constant |
drupal/core/includes/file.inc |
Stream wrapper type flag -- visible and read-only. |
STREAM_WRAPPERS_LOCAL_NORMAL |
constant |
drupal/core/includes/file.inc |
Stream wrapper type flag -- visible, readable and writeable using local files. |
StreamedResponse::setContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
|