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 |
field.field.node.article.comment.yml |
file |
core/profiles/standard/config/install/field.field.node.article.comment.yml |
core/profiles/standard/config/install/field.field.node.article.comment.yml |
field.field.node.article.comment.yml |
file |
core/profiles/tests/nightwatch_a11y_testing/config/install/field.field.node.article.comment.yml |
core/profiles/tests/nightwatch_a11y_testing/config/install/field.field.node.article.comment.yml |
field.field.node.article.comment.yml |
file |
core/modules/system/tests/modules/olivero_test/config/install/field.field.node.article.comment.yml |
core/modules/system/tests/modules/olivero_test/config/install/field.field.node.article.comment.yml |
field.field.node.article.comment.yml |
file |
core/recipes/article_comment/config/field.field.node.article.comment.yml |
core/recipes/article_comment/config/field.field.node.article.comment.yml |
field.field.node.config_mapping_test.comment_config_mapping_test.yml |
file |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.field.node.config_mapping_test.comment_config_mapping_test.yml |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.field.node.config_mapping_test.comment_config_mapping_test.yml |
field.storage.comment.comment_body.yml |
file |
core/modules/comment/config/install/field.storage.comment.comment_body.yml |
core/modules/comment/config/install/field.storage.comment.comment_body.yml |
field.storage.node.comment.yml |
file |
core/profiles/standard/config/install/field.storage.node.comment.yml |
core/profiles/standard/config/install/field.storage.node.comment.yml |
field.storage.node.comment.yml |
file |
core/profiles/tests/nightwatch_a11y_testing/config/install/field.storage.node.comment.yml |
core/profiles/tests/nightwatch_a11y_testing/config/install/field.storage.node.comment.yml |
field.storage.node.comment.yml |
file |
core/modules/system/tests/modules/olivero_test/config/install/field.storage.node.comment.yml |
core/modules/system/tests/modules/olivero_test/config/install/field.storage.node.comment.yml |
field.storage.node.comment.yml |
file |
core/recipes/comment_base/config/field.storage.node.comment.yml |
core/recipes/comment_base/config/field.storage.node.comment.yml |
field.storage.node.comment_config_mapping_test.yml |
file |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml |
FileFieldWidgetTest::testPrivateFileComment |
function |
core/modules/file/tests/src/Functional/FileFieldWidgetTest.php |
Tests that download restrictions on private files work on comments. |
history.comment_link_builder |
service |
core/modules/history/history.services.yml |
Drupal\history\HistoryCommentLinkBuilder |
HistoryCommentLinkBuilder |
class |
core/modules/history/src/HistoryCommentLinkBuilder.php |
Adds history functionality to comment links on nodes. |
HistoryCommentLinkBuilder.php |
file |
core/modules/history/src/HistoryCommentLinkBuilder.php |
|
HistoryCommentLinkBuilder::buildCommentedEntityLinks |
function |
core/modules/history/src/HistoryCommentLinkBuilder.php |
Builds links for the given entity. |
HistoryCommentLinkBuilder::__construct |
function |
core/modules/history/src/HistoryCommentLinkBuilder.php |
Constructs a new HistoryCommentLinkBuilder object. |
HistoryCommentLinkBuilderTest |
class |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
This is duplicated from CommentLinkBuilderTest with history additions. |
HistoryCommentLinkBuilderTest.php |
file |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
|
HistoryCommentLinkBuilderTest::$commentLinkBuilder |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
The comment link builder. |
HistoryCommentLinkBuilderTest::$commentManager |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Comment manager mock. |
HistoryCommentLinkBuilderTest::$currentUser |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Current user proxy mock. |
HistoryCommentLinkBuilderTest::$decoratedCommentLinkBuilder |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
The decorated comment link builder. |
HistoryCommentLinkBuilderTest::$entityTypeManager |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
The entity type manager. |
HistoryCommentLinkBuilderTest::$stringTranslation |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
String translation mock. |
HistoryCommentLinkBuilderTest::$timestamp |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Timestamp used in test. |
HistoryCommentLinkBuilderTest::getLinkCombinations |
function |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Data provider for ::testCommentLinkBuilder. |
HistoryCommentLinkBuilderTest::getMockNode |
function |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Builds a mock node based on given scenario. |
HistoryCommentLinkBuilderTest::setUp |
function |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Prepares mocks for the test. |
HistoryCommentLinkBuilderTest::testCommentLinkBuilder |
function |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Tests the buildCommentedEntityLinks method. |
HistoryController::renderNewCommentsNodeLinks |
function |
core/modules/history/src/Controller/HistoryController.php |
Returns a set of nodes' last read timestamps. |
HistoryHooks::commentView |
function |
core/modules/history/src/Hook/HistoryHooks.php |
Implements hook_ENTITY_TYPE_view for comment entities. |
hook_comment_links_alter |
function |
core/modules/comment/comment.api.php |
Alter the links of a comment. |
JsonapiHooks::jsonapiCommentFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'comment'. |
links--comment.html.twig |
file |
core/themes/olivero/templates/navigation/links--comment.html.twig |
Olivero's theme override for comment links. |
MigrateCommentEntityDisplayTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php |
Tests the migration of comment entity displays from Drupal 6. |
MigrateCommentEntityDisplayTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php |
Tests the migration of comment entity displays from Drupal 7. |
MigrateCommentEntityDisplayTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php |
|
MigrateCommentEntityDisplayTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php |
|
MigrateCommentEntityDisplayTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php |
Modules to install. |
MigrateCommentEntityDisplayTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php |
Modules to install. |
MigrateCommentEntityDisplayTest::assertDisplay |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php |
Asserts various aspects of a comment component in an entity view display. |
MigrateCommentEntityDisplayTest::assertDisplay |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php |
Asserts various aspects of a comment component in an entity view display. |
MigrateCommentEntityDisplayTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php |
|
MigrateCommentEntityDisplayTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php |
|