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
BreadcrumbPreprocess::preprocessBreadcrumb function core/lib/Drupal/Core/Breadcrumb/BreadcrumbPreprocess.php Prepares variables for breadcrumb templates.
breadcrumbs.css file core/profiles/demo_umami/themes/umami/css/components/navigation/breadcrumbs/breadcrumbs.css This file is used to style the breadcrumbs.
BreadcrumbTest class core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php @coversDefaultClass \Drupal\Core\Breadcrumb\Breadcrumb[[api-linebreak]]
@group Breadcrumb
BreadcrumbTest class core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Tests breadcrumbs functionality.
BreadcrumbTest.php file core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php
BreadcrumbTest.php file core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
BreadcrumbTest::$adminUser property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php An administrative user.
BreadcrumbTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php The theme to install as the default for testing.
BreadcrumbTest::$modules property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Modules to install.
BreadcrumbTest::$webUser property core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php A regular user.
BreadcrumbTest::setUp function core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
BreadcrumbTest::testAssertBreadcrumbTrait function core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Tests AssertBreadcrumbTrait works as expected.
BreadcrumbTest::testBreadCrumbs function core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php Tests breadcrumbs on node and administrative paths.
BreadcrumbTest::testSetLinks function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php @covers ::setLinks[[api-linebreak]]
CachedStorage::read function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CachedStorage::readMultiple function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CachedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Reads configuration data from the storage.
ChainBreadcrumbBuilderInterface interface core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Defines an interface a chained service that builds the breadcrumb.
ChainBreadcrumbBuilderInterface.php file core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
CheckpointStorage::$readFromCheckpoint property core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php The checkpoint to read from.
CheckpointStorage::getCheckpointsToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the checkpoints to read from.
CheckpointStorage::read function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Reads configuration data from the storage.
CheckpointStorage::readMultiple function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Reads configuration data from the storage.
CheckpointStorage::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Sets the checkpoint to read from.
CheckpointStorageInterface::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Sets the checkpoint to read from.
CheckpointStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that work transparently.
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the save and read operations of checkpoint storage.
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
Ckeditor5ReadOnlyModeHooks class core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/src/Hook/Ckeditor5ReadOnlyModeHooks.php Hook implementations for ckeditor5_read_only_mode.
Ckeditor5ReadOnlyModeHooks.php file core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/src/Hook/Ckeditor5ReadOnlyModeHooks.php
Ckeditor5ReadOnlyModeHooks::formNodePageFormAlter function core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/src/Hook/Ckeditor5ReadOnlyModeHooks.php Implements hook_form_FORM_ID_alter().
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
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.

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