Search for read
Title | Object type | File name | Summary |
---|---|---|---|
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::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/ |
|
FileStorageReadOnlyTest::testDeleteAll | function | core/ |
@covers ::deleteAll |
FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
FileStorageReadOnlyTest::testWritable | function | core/ |
@covers ::writeable @group legacy |
FileStorageTest::read | function | core/ |
|
FileSystemTest::testCopyFailureIfFileAlreadyExists | function | core/ |
@covers ::copy |
FileUploadResource::BYTES_TO_READ | constant | core/ |
The amount of bytes to read in each iteration when streaming file data. |
FILE_NOT_READABLE | constant | core/ |
File permission check -- File is not readable. |
FILE_READABLE | constant | core/ |
File permission check -- File is readable. |
FormStateTest::testLoadIncludeAlreadyLoaded | function | core/ |
@covers ::loadInclude |
forum.breadcrumb.listing | service | core/ |
Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder |
forum.breadcrumb.node | service | core/ |
Drupal\forum\Breadcrumb\ForumNodeBreadcrumbBuilder |
ForumBreadcrumbBuilderBase | class | core/ |
Provides a forum breadcrumb base class. |
ForumBreadcrumbBuilderBase.php | file | core/ |
|
ForumBreadcrumbBuilderBase::$config | property | core/ |
Configuration object for this builder. |
ForumBreadcrumbBuilderBase::$entityTypeManager | property | core/ |
The entity type manager. |
ForumBreadcrumbBuilderBase::$forumManager | property | core/ |
The forum manager service. |
ForumBreadcrumbBuilderBase::$termStorage | property | core/ |
The taxonomy term storage. |
ForumBreadcrumbBuilderBase::build | function | core/ |
Builds the breadcrumb. |
ForumBreadcrumbBuilderBase::__construct | function | core/ |
Constructs a forum breadcrumb builder object. |
ForumBreadcrumbBuilderBaseTest | class | core/ |
@coversDefaultClass \Drupal\forum\Breadcrumb\ForumBreadcrumbBuilderBase @group forum @group legacy |
ForumBreadcrumbBuilderBaseTest.php | file | core/ |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.