Search for read
Title | Object type | File name | Summary |
---|---|---|---|
ReadOnlyStorageTest::$storage | property | core/ |
The read-only storage under test. |
ReadOnlyStorageTest::readMethodsProvider | function | core/ |
Provide the methods that work transparently. |
ReadOnlyStorageTest::setRandomFixtureConfig | function | core/ |
Generate random config in the memory storage. |
ReadOnlyStorageTest::setUp | function | core/ |
|
ReadOnlyStorageTest::testCollections | function | core/ |
@covers ::getAllCollectionNames @covers ::getCollectionName @covers ::createCollection |
ReadOnlyStorageTest::testEncodeDecode | function | core/ |
@covers ::encode @covers ::decode |
ReadOnlyStorageTest::testReadOperations | function | core/ |
@covers ::exists @covers ::read @covers ::readMultiple @covers ::listAll |
ReadOnlyStorageTest::testWriteOperations | function | core/ |
@covers ::write @covers ::delete @covers ::rename @covers ::deleteAll |
ReadOnlyStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
ReadOnlyStream | class | core/ |
Defines a read-only Drupal stream wrapper base class. |
ReadOnlyStream.php | file | core/ |
|
ReadOnlyStream::$context | property | core/ |
Stream context resource. |
ReadOnlyStream::$handle | property | core/ |
A generic resource handle. |
ReadOnlyStream::$uri | property | core/ |
Instance URI (stream). |
ReadOnlyStream::getUri | function | core/ |
Returns the stream resource URI. |
ReadOnlyStream::mkdir | function | core/ |
Support for mkdir(). |
ReadOnlyStream::rename | function | core/ |
Support for rename(). |
ReadOnlyStream::rmdir | function | core/ |
Support for rmdir(). |
ReadOnlyStream::setUri | function | core/ |
Sets the absolute stream resource URI. |
ReadOnlyStream::stream_flush | function | core/ |
Support for fflush(). |
ReadOnlyStream::stream_lock | function | core/ |
Support for flock(). |
ReadOnlyStream::stream_metadata | function | core/ |
Does not change meta data as this is a read-only stream wrapper. |
ReadOnlyStream::stream_open | function | core/ |
Support for fopen(), file_get_contents(), etc. |
ReadOnlyStream::stream_truncate | function | core/ |
Truncate stream. |
ReadOnlyStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
ReadOnlyStream::unlink | function | core/ |
Support for unlink(). |
ReadOnlyStreamWrapperTest | class | core/ |
Tests the read-only stream wrapper write functions. |
ReadOnlyStreamWrapperTest.php | file | core/ |
|
ReadOnlyStreamWrapperTest::$classname | property | core/ |
A fully-qualified stream wrapper class name to register for the test. |
ReadOnlyStreamWrapperTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
ReadOnlyStreamWrapperTest::testReadOnlyBehavior | function | core/ |
Test read-only specific behavior. |
region--breadcrumb.html.twig | file | core/ |
Theme override to display a breadcrumb region. |
SessionHandler::read | function | core/ |
|
SimpleAnnotationReader | class | core/ |
Simple Annotation Reader. |
SimpleAnnotationReader.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\SimpleAnnotationReader, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
SimpleAnnotationReader::$ignoredAnnotations | property | core/ |
|
SimpleAnnotationReader::$parser | property | core/ |
|
SimpleAnnotationReader::addNamespace | function | core/ |
Adds a namespace in which we will look for annotations. |
SimpleAnnotationReader::getClassAnnotation | function | core/ |
|
SimpleAnnotationReader::getClassAnnotations | function | core/ |
|
SimpleAnnotationReader::getMethodAnnotation | function | core/ |
|
SimpleAnnotationReader::getMethodAnnotations | function | core/ |
|
SimpleAnnotationReader::getPropertyAnnotation | function | core/ |
|
SimpleAnnotationReader::getPropertyAnnotations | function | core/ |
|
SimpleAnnotationReader::__construct | function | core/ |
Constructor. |
simpletest_log_read | function | core/ |
Reads the error log and reports any errors as assertion failures. |
sites.README.txt | file | core/ |
This directory structure contains the settings and configuration files specific to your site or sites and is an integral part of multisite configurations. It is now recommended to place your custom and downloaded extensions in the /modules, /themes,… |
SqlContentEntityStorage::readFieldItemsToPurge | function | core/ |
Reads values to be purged for a single field. |
StorageInterface::read | function | core/ |
Reads configuration data from the storage. |
StorageInterface::readMultiple | function | core/ |
Reads configuration data from the storage. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.