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
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists
@covers ::read
@covers ::readMultiple
@covers ::listAll
CKEditor5ReadOnlyModeTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php Tests read-only mode for CKEditor 5.
CKEditor5ReadOnlyModeTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php
CKEditor5ReadOnlyModeTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php Modules to install.
CKEditor5ReadOnlyModeTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php
CKEditor5ReadOnlyModeTest::testReadOnlyMode function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php Test that disabling a CKEditor 5 field results in an uneditable editor.
ckeditor5_read_only_mode.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.info.yml
ckeditor5_read_only_mode.module file core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.module
ckeditor5_read_only_mode_form_node_page_form_alter function core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.module Implements hook_form_alter().
comment.breadcrumb service core/modules/comment/comment.services.yml Drupal\comment\CommentBreadcrumbBuilder
Comment::$threadLock property core/modules/comment/src/Entity/Comment.php The thread for which a lock was acquired.
Comment::getThread function core/modules/comment/src/Entity/Comment.php Returns the alphadecimal representation of the comment's place in a thread.
Comment::releaseThreadLock function core/modules/comment/src/Entity/Comment.php Release the lock acquired for the thread in preSave().
Comment::setThread function core/modules/comment/src/Entity/Comment.php Sets the alphadecimal representation of the comment's place in a thread.
CommentBreadcrumbBuilder class core/modules/comment/src/CommentBreadcrumbBuilder.php Class to define the comment breadcrumb builder.
CommentBreadcrumbBuilder.php file core/modules/comment/src/CommentBreadcrumbBuilder.php
CommentBreadcrumbBuilder::$entityTypeManager property core/modules/comment/src/CommentBreadcrumbBuilder.php The entity type manager.
CommentBreadcrumbBuilder::applies function core/modules/comment/src/CommentBreadcrumbBuilder.php Whether this breadcrumb builder should be used to build the breadcrumb.
CommentBreadcrumbBuilder::build function core/modules/comment/src/CommentBreadcrumbBuilder.php Builds the breadcrumb.
CommentBreadcrumbBuilder::__construct function core/modules/comment/src/CommentBreadcrumbBuilder.php Constructs the CommentBreadcrumbBuilder.
CommentFieldAccessTest::$readOnlyFields property core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php These fields are automatically managed and can not be changed by any user.
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
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.
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
ConfigSyncReadmeUpdateTest class core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Tests update to readme inside the configuration synchronization directory.
ConfigSyncReadmeUpdateTest.php file core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php
ConfigSyncReadmeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php The theme to install as the default for testing.
ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Set database dump files to be used.
ConfigSyncReadmeUpdateTest::testConfigurationSynchronizationReadmeUpdate function core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Tests configuration synchronization readme file update.

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