DefaultViewRecentCommentsTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Modules to install. |
DefaultViewRecentCommentsTest::$node |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Contains the node object used for comments of this test. |
DefaultViewRecentCommentsTest::$pageDisplayResults |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Number of results for the Page display. |
DefaultViewRecentCommentsTest::setUp |
function |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Sets up the test. |
DefaultViewRecentCommentsTest::testBlockDisplay |
function |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Tests the block defined by the comments_recent view. |
DriverSpecificSchemaTestBase::checkSchemaComment |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Checks that a table or column comment matches a given description. |
Drupal\comment\CommentLazyBuilders |
service |
core/modules/comment/comment.services.yml |
|
Drupal\comment\CommentLinkBuilderInterface |
service |
core/modules/comment/comment.services.yml |
|
Drupal\comment\CommentManagerInterface |
service |
core/modules/comment/comment.services.yml |
|
Drupal\comment\CommentStatisticsInterface |
service |
core/modules/comment/comment.services.yml |
|
EntityComment |
class |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
Comment entity destination. |
EntityComment.php |
file |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
|
EntityComment::$state |
property |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
The state storage object. |
EntityComment::$stubCommentedEntityIds |
property |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
An array of entity IDs for the 'commented entity' keyed by entity type. |
EntityComment::create |
function |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
Creates an instance of the plugin. |
EntityComment::import |
function |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
Import the row. |
EntityComment::processStubRow |
function |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
Populates as much of the stub row as possible. |
EntityComment::__construct |
function |
core/modules/comment/src/Plugin/migrate/destination/EntityComment.php |
Builds a comment entity destination. |
EntityCommentType |
class |
core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php |
Comment type destination. |
EntityCommentType.php |
file |
core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php |
|
EntityCommentType::import |
function |
core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php |
Import the row. |
EntityCrudHookTest::testCommentHooks |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on comments. |
EntityCrudHookTestHooks::commentCreate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_create() for comment entities. |
EntityCrudHookTestHooks::commentDelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
EntityCrudHookTestHooks::commentInsert |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_insert() for comment entities. |
EntityCrudHookTestHooks::commentLoad |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_load() for comment entities. |
EntityCrudHookTestHooks::commentPredelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_predelete() for comment entities. |
EntityCrudHookTestHooks::commentPresave |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_presave() for comment entities. |
EntityCrudHookTestHooks::commentUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for comment entities. |
EntityFilteringThemeTest::$comment |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A test comment. |
EntityReferenceSelectionAccessTest::testCommentHandler |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests the comment-specific overrides of the entity handler. |
entity_crud_hook_test_comment_create |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_create() for comment entities. |
entity_crud_hook_test_comment_delete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
entity_crud_hook_test_comment_insert |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_insert() for comment entities. |
entity_crud_hook_test_comment_load |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_load() for comment entities. |
entity_crud_hook_test_comment_predelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_predelete() for comment entities. |
entity_crud_hook_test_comment_presave |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_presave() for comment entities. |
entity_crud_hook_test_comment_update |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_update() for comment entities. |
ExtensionDiscoveryTest::testExtensionDiscoveryTypeComment |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
Tests finding modules that have a trailing comment on the type property. |
field--comment-body.html.twig |
file |
core/themes/olivero/templates/field/field--comment-body.html.twig |
Olivero's theme override for comment body field. |
field--comment.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig |
Theme override for comment fields. |
field--comment.html.twig |
file |
core/themes/olivero/templates/field/field--comment.html.twig |
Theme override for comment fields. |
field--comment.html.twig |
file |
core/themes/stable9/templates/field/field--comment.html.twig |
Theme override for comment fields. |
field--comment.html.twig |
file |
core/themes/claro/templates/classy/field/field--comment.html.twig |
Theme override for comment fields. |
field--comment.html.twig |
file |
core/themes/starterkit_theme/templates/field/field--comment.html.twig |
Theme override for comment fields. |
field--comment.html.twig |
file |
core/modules/comment/templates/field--comment.html.twig |
Default theme override for comment fields. |
field--comment.html.twig |
file |
core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig |
Test that comments still work with the form above instead of below. |
field.field.comment.comment.comment_body.yml |
file |
core/recipes/comment_base/config/field.field.comment.comment.comment_body.yml |
core/recipes/comment_base/config/field.field.comment.comment.comment_body.yml |
field.field.comment.comment.comment_body.yml |
file |
core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml |
core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml |
field.field.comment.comment.comment_body.yml |
file |
core/modules/system/tests/modules/olivero_test/config/install/field.field.comment.comment.comment_body.yml |
core/modules/system/tests/modules/olivero_test/config/install/field.field.comment.comment.comment_body.yml |