Search for read

  1. Search 7.x for read
  2. Search 9.5.x for read
  3. Search 10.3.x for read
  4. Search 11.x for read
  5. Other projects
Title Object type File name Summary
DummyReadOnlyStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyReadOnlyStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
DummyReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyReadOnlyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Gets the path that the wrapper is responsible for.
DummyReadOnlyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getExternalUrl().
DummyReadOnlyStreamWrapper::getInternalUri function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getInternalUri().
DummyReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Dummy read-only remote stream wrapper (dummy-remote-readonly://).
DummyRemoteReadOnlyStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php
DummyRemoteReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getType function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the type of stream wrapper.
EntityFieldTest::doTestReadWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the read write test set for a defined entity type.
EntityFieldTest::testReadWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests reading and writing properties and field items.
feed.bridge.reader service core/core.services.yml Drupal\Component\Bridge\ZfExtensionManagerSfContainer
feed.reader.atomentry service core/core.services.yml Laminas\Feed\Reader\Extension\Atom\Entry
feed.reader.atomfeed service core/core.services.yml Laminas\Feed\Reader\Extension\Atom\Feed
feed.reader.contententry service core/core.services.yml Laminas\Feed\Reader\Extension\Content\Entry
feed.reader.dublincoreentry service core/core.services.yml Laminas\Feed\Reader\Extension\DublinCore\Entry
feed.reader.dublincorefeed service core/core.services.yml Laminas\Feed\Reader\Extension\DublinCore\Feed
feed.reader.podcastentry service core/core.services.yml Laminas\Feed\Reader\Extension\Podcast\Entry
feed.reader.podcastfeed service core/core.services.yml Laminas\Feed\Reader\Extension\Podcast\Feed
feed.reader.slashentry service core/core.services.yml Laminas\Feed\Reader\Extension\Slash\Entry
feed.reader.threadentry service core/core.services.yml Laminas\Feed\Reader\Extension\Thread\Entry
feed.reader.wellformedwebentry service core/core.services.yml Laminas\Feed\Reader\Extension\WellFormedWeb\Entry
feed.writer.threadingrendererentry service core/core.services.yml Laminas\Feed\Writer\Extension\Threading\Renderer\Entry
FieldConfig::isReadOnly function core/modules/field/src/Entity/FieldConfig.php Determines whether the data is read-only.
FieldCrudTest::testReadField function core/modules/field/tests/src/Kernel/FieldCrudTest.php Test reading back a field definition.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests purging already deleted field storages and fields during a config
import.
FieldStorageCrudTest::testRead function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests reading field storage definitions.
FileReadOnlyStorage class core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them.
FileReadOnlyStorage.php file core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php
FileReadOnlyStorage::$directory property core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php The directory where the files should be stored.
FileReadOnlyStorage::delete function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Deletes PHP code from storage.
FileReadOnlyStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Removes all files in this bin.
FileReadOnlyStorage::exists function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Checks whether the PHP code exists in storage.
FileReadOnlyStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Performs garbage collection on the storage.
FileReadOnlyStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Gets the full file path.
FileReadOnlyStorage::listAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Lists all the files in the storage.
FileReadOnlyStorage::load function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Loads PHP code from storage.
FileReadOnlyStorage::save function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Saves PHP code to storage.
FileReadOnlyStorage::writeable function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Whether this is a writable storage.
FileReadOnlyStorage::__construct function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Constructs this FileStorage object.
FileStorage::read function core/lib/Drupal/Core/Config/FileStorage.php Implements Drupal\Core\Config\StorageInterface::read().
FileStorage::readMultiple function core/lib/Drupal/Core/Config/FileStorage.php Reads configuration data from the storage.
FileStorageReadOnlyTest class core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php @coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage
FileStorageReadOnlyTest.php file core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php
FileStorageReadOnlyTest::$readonlyStorage property core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php Read only test settings to pass to storage instances.
FileStorageReadOnlyTest::$standardSettings property core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php Standard test settings to pass to storage instances.
FileStorageReadOnlyTest::setUp function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.