Search for read
Title | Object type | File name | Summary |
---|---|---|---|
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. |
feed.bridge.reader | service | core/ |
Drupal\Component\Bridge\ZfExtensionManagerSfContainer |
feed.reader.atomentry | service | core/ |
Laminas\Feed\Reader\Extension\Atom\Entry |
feed.reader.atomfeed | service | core/ |
Laminas\Feed\Reader\Extension\Atom\Feed |
feed.reader.contententry | service | core/ |
Laminas\Feed\Reader\Extension\Content\Entry |
feed.reader.dublincoreentry | service | core/ |
Laminas\Feed\Reader\Extension\DublinCore\Entry |
feed.reader.dublincorefeed | service | core/ |
Laminas\Feed\Reader\Extension\DublinCore\Feed |
feed.reader.podcastentry | service | core/ |
Laminas\Feed\Reader\Extension\Podcast\Entry |
feed.reader.podcastfeed | service | core/ |
Laminas\Feed\Reader\Extension\Podcast\Feed |
feed.reader.slashentry | service | core/ |
Laminas\Feed\Reader\Extension\Slash\Entry |
feed.reader.threadentry | service | core/ |
Laminas\Feed\Reader\Extension\Thread\Entry |
feed.reader.wellformedwebentry | service | core/ |
Laminas\Feed\Reader\Extension\WellFormedWeb\Entry |
feed.writer.threadingrendererentry | service | core/ |
Laminas\Feed\Writer\Extension\Threading\Renderer\Entry |
FieldConfig::isReadOnly | function | core/ |
Determines whether the data is read-only. |
FieldCrudTest::testReadField | function | core/ |
Test reading back a field definition. |
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall | function | core/ |
Tests purging already deleted field storages and fields during a 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::writeable | function | core/ |
Whether this is a writable storage. |
FileReadOnlyStorage::__construct | function | core/ |
Constructs this FileStorage object. |
FileStorage::read | function | core/ |
Implements Drupal\Core\Config\StorageInterface::read(). |
FileStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
FileStorageReadOnlyTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage |
FileStorageReadOnlyTest.php | file | core/ |
|
FileStorageReadOnlyTest::$readonlyStorage | property | core/ |
Read only test settings to pass to storage instances. |
FileStorageReadOnlyTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
FileStorageReadOnlyTest::setUp | function | core/ |
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.