Search for read

  1. Search 7.x for read
  2. Search 9.5.x for read
  3. Search 8.9.x for read
  4. Search 10.3.x for read
  5. Other projects
Title Object type File name Summary
CommentInterface::getThread function core/modules/comment/src/CommentInterface.php Returns the alphadecimal representation of the comment's place in a thread.
CommentInterface::setThread function core/modules/comment/src/CommentInterface.php Sets the alphadecimal representation of the comment's place in a thread.
CommentManagerInterface::COMMENT_MODE_THREADED constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed as a threaded list - expanded.
CommentNodeAccessTest::testThreadedCommentView function core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php Tests that threaded comments can be viewed.
CommentPagerTest::testCommentOrderingThreading function core/modules/comment/tests/src/Functional/CommentPagerTest.php Tests comment ordering and threading.
CommentStatistics::read function core/modules/comment/src/CommentStatistics.php Read comment statistics records for an array of entities.
CommentStatisticsInterface::read function core/modules/comment/src/CommentStatisticsInterface.php Read comment statistics records for an array of entities.
CommentStatisticsUnitTest::testRead function core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php Tests the read method.
CommentStorage::getMaxThread function core/modules/comment/src/CommentStorage.php Gets the maximum encoded thread value for the top level comments.
CommentStorage::getMaxThreadPerThread function core/modules/comment/src/CommentStorage.php Gets the maximum encoded thread value for the children of this comment.
CommentStorage::loadThread function core/modules/comment/src/CommentStorage.php To display threaded comments in the correct order we keep a 'thread' field
and order by that value. This field keeps this data in
a way which is easy to update and convenient to use.
CommentStorageInterface::getMaxThread function core/modules/comment/src/CommentStorageInterface.php Gets the maximum encoded thread value for the top level comments.
CommentStorageInterface::getMaxThreadPerThread function core/modules/comment/src/CommentStorageInterface.php Gets the maximum encoded thread value for the children of this comment.
CommentStorageInterface::loadThread function core/modules/comment/src/CommentStorageInterface.php Retrieves comments for a thread, sorted in an order suitable for display.
CommentThreadingTest class core/modules/comment/tests/src/Functional/CommentThreadingTest.php Tests to make sure the comment number increments properly.
CommentThreadingTest.php file core/modules/comment/tests/src/Functional/CommentThreadingTest.php
CommentThreadingTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentThreadingTest.php The theme to install as the default for testing.
CommentThreadingTest::assertNoParentLink function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Asserts that the specified comment does not have a link to a parent.
CommentThreadingTest::assertParentLink function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Asserts that the link to the specified parent comment is present.
CommentThreadingTest::testCommentReplyLinkUnpublished function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Check the reply link on unpublished comments.
CommentThreadingTest::testCommentThreading function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Tests the comment threading.
ComposerNotReadyException class core/modules/package_manager/src/Exception/ComposerNotReadyException.php Exception thrown if we cannot reliably use Composer.
ComposerNotReadyException.php file core/modules/package_manager/src/Exception/ComposerNotReadyException.php
ComposerNotReadyException::__construct function core/modules/package_manager/src/Exception/ComposerNotReadyException.php Constructs a ComposerNotReadyException object.
ConfigFileContentTest::testReadWriteConfig function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests setting, writing, and reading of a configuration setting.
ConfigImporter::alreadyImporting function core/lib/Drupal/Core/Config/ConfigImporter.php Determines if an import is already running.
ConfigStorageTestBase::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Reads configuration data from the storage.
ContentEntityNullStorage::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Reads values to be purged for a single field.
ContentEntityStorageBase::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Reads values to be purged for a single field.
ContentImportTest::providerImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php
ContentImportTest::testImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests import entity that already exists.
ContextHandlerTest::testApplyContextMappingAlreadyApplied function core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
DatabaseStorage::read function core/lib/Drupal/Core/Config/DatabaseStorage.php Reads configuration data from the storage.
DatabaseStorage::readMultiple function core/lib/Drupal/Core/Config/DatabaseStorage.php Reads configuration data from the storage.
DatabaseStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php Reads configuration data from the storage.
DataDefinition::isReadOnly function core/lib/Drupal/Core/TypedData/DataDefinition.php Determines whether the data is read-only.
DataDefinition::setReadOnly function core/lib/Drupal/Core/TypedData/DataDefinition.php Sets whether the data is read-only.
DataDefinitionInterface::isReadOnly function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Determines whether the data is read-only.
DbLogTest::verifyBreadcrumbs function core/modules/dblog/tests/src/Functional/DbLogTest.php Generates and then verifies breadcrumbs.
DCOM58Test::testIssueSimpleAnnotationReader function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DirectoryNotReadyException class core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php Exception thrown when a file's destination directory is not ready.
DirectoryNotReadyException.php file core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php
DisplayPageTest::testReadMore function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Tests the 'read more' functionality.
DisplayTest::testReadMoreCustomURL function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the 'read more' with custom URL.
DisplayTest::testReadMoreNoDisplay function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the 'read more' validation.
drupal.README.md file core/assets/scaffold/files/drupal.README.md Drupal is an open source content management platform supporting a variety of
websites ranging from personal weblogs to large community-driven websites. For
more information, visit the Drupal website, Drupal.org, and join
the Drupal community.
Drupal\Core\Breadcrumb\BreadcrumbPreprocess service core/core.services.yml Drupal\Core\Breadcrumb\BreadcrumbPreprocess
DummyExternalReadOnlyWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Helper class for testing the stream wrapper registry.
DummyExternalReadOnlyWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
DummyExternalReadOnlyWrapper::dirname function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Gets the name of the directory from a given path.

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