Search for read
| Title | Object type | File name | Summary |
|---|---|---|---|
| DummyExternalReadOnlyWrapper::dirname | function | core/ |
Gets the name of the directory from a given path. |
| DummyExternalReadOnlyWrapper::dir_closedir | function | core/ |
Close directory handle. |
| DummyExternalReadOnlyWrapper::dir_opendir | function | core/ |
Open directory handle. |
| DummyExternalReadOnlyWrapper::dir_readdir | function | core/ |
Read entry from directory handle. |
| DummyExternalReadOnlyWrapper::dir_rewinddir | function | core/ |
Rewind directory handle. |
| DummyExternalReadOnlyWrapper::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| DummyExternalReadOnlyWrapper::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| DummyExternalReadOnlyWrapper::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| DummyExternalReadOnlyWrapper::getType | function | core/ |
Returns the type of stream wrapper. |
| DummyExternalReadOnlyWrapper::realpath | function | core/ |
Returns canonical, absolute path of the resource. |
| DummyExternalReadOnlyWrapper::stream_cast | function | core/ |
Retrieve the underlying stream resource. |
| DummyExternalReadOnlyWrapper::stream_close | function | core/ |
Closes stream. |
| DummyExternalReadOnlyWrapper::stream_eof | function | core/ |
Tests for end-of-file on a file pointer. |
| DummyExternalReadOnlyWrapper::stream_read | function | core/ |
Read from stream. |
| DummyExternalReadOnlyWrapper::stream_seek | function | core/ |
Seeks to specific location in a stream. |
| DummyExternalReadOnlyWrapper::stream_set_option | function | core/ |
Change stream options. |
| DummyExternalReadOnlyWrapper::stream_stat | function | core/ |
Retrieve information about a file resource. |
| DummyExternalReadOnlyWrapper::stream_tell | function | core/ |
Retrieve the current position of a stream. |
| DummyExternalReadOnlyWrapper::url_stat | function | core/ |
Retrieve information about a file. |
| DummyReadOnlyStreamWrapper | class | core/ |
Helper class for testing the stream wrapper registry. |
| DummyReadOnlyStreamWrapper.php | file | core/ |
|
| DummyReadOnlyStreamWrapper::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| DummyReadOnlyStreamWrapper::getDirectoryPath | function | core/ |
Gets the path that the wrapper is responsible for. |
| DummyReadOnlyStreamWrapper::getExternalUrl | function | core/ |
Override getExternalUrl(). |
| DummyReadOnlyStreamWrapper::getInternalUri | function | core/ |
Override getInternalUri(). |
| DummyReadOnlyStreamWrapper::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| DummyRemoteReadOnlyStreamWrapper | class | core/ |
Dummy read-only remote stream wrapper (dummy-remote-readonly://). |
| DummyRemoteReadOnlyStreamWrapper.php | file | core/ |
|
| DummyRemoteReadOnlyStreamWrapper::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| DummyRemoteReadOnlyStreamWrapper::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| DummyRemoteReadOnlyStreamWrapper::getType | function | core/ |
Returns the type of stream wrapper. |
| EntityFieldTest::doTestReadWrite | function | core/ |
Executes the read write test set for a defined entity type. |
| EntityFieldTest::testReadWrite | function | core/ |
Tests reading and writing properties and field items. |
| FieldConfig::isReadOnly | function | core/ |
Determines whether the data is read-only. |
| FieldCrudTest::testReadField | function | core/ |
Tests reading back a field definition. |
| FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall | function | core/ |
Tests purging previously deleted fields and storages in config import. |
| FieldStorageCrudTest::testRead | function | core/ |
Tests reading field storage definitions. |
| FileReadOnlyStorage | class | core/ |
Reads code as regular PHP files, but won't write them. |
| FileReadOnlyStorage.php | file | core/ |
|
| FileReadOnlyStorage::$directory | property | core/ |
The directory where the files should be stored. |
| FileReadOnlyStorage::delete | function | core/ |
Deletes PHP code from storage. |
| FileReadOnlyStorage::deleteAll | function | core/ |
Removes all files in this bin. |
| FileReadOnlyStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| FileReadOnlyStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
| FileReadOnlyStorage::getFullPath | function | core/ |
Gets the full file path. |
| FileReadOnlyStorage::listAll | function | core/ |
Lists all the files in the storage. |
| FileReadOnlyStorage::load | function | core/ |
Loads PHP code from storage. |
| FileReadOnlyStorage::save | function | core/ |
Saves PHP code to storage. |
| FileReadOnlyStorage::__construct | function | core/ |
Constructs this FileStorage object. |
| FileStorage::read | function | core/ |
Implements Drupal\Core\Config\StorageInterface::read(). |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.