| 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. |
| HistoryManager::getCountNewComments |
function |
core/modules/history/src/HistoryManager.php |
Returns the number of new comments on a given entity for the current user. |
| HistoryTokensHooksTest::testTokenInfoWithoutCommentModuleInstalled |
function |
core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php |
Tests that tokenInfo() handles missing comment module gracefully. |
| 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/d6/MigrateCommentEntityDisplayTest.php |
|
| MigrateCommentEntityDisplayTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d7/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 |
|
| MigrateCommentEntityDisplayTest::testMigration |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php |
Tests the migrated display configuration. |
| MigrateCommentEntityDisplayTest::testMigration |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php |
Tests the migrated display configuration. |
| MigrateCommentEntityFormDisplaySubjectTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
Tests the migration of comment form's subject display from Drupal 6. |
| MigrateCommentEntityFormDisplaySubjectTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
Tests the migration of comment form's subject display from Drupal 7. |
| MigrateCommentEntityFormDisplaySubjectTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
|
| MigrateCommentEntityFormDisplaySubjectTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
|
| MigrateCommentEntityFormDisplaySubjectTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
Modules to install. |
| MigrateCommentEntityFormDisplaySubjectTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
Modules to install. |
| MigrateCommentEntityFormDisplaySubjectTest::assertSubjectNotVisible |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
Asserts that the comment subject field is not visible for a node type. |
| MigrateCommentEntityFormDisplaySubjectTest::assertSubjectNotVisible |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
Asserts that the comment subject field is not visible for a node type. |
| MigrateCommentEntityFormDisplaySubjectTest::assertSubjectVisible |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
Asserts that the comment subject field is visible for a node type. |
| MigrateCommentEntityFormDisplaySubjectTest::assertSubjectVisible |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
Asserts that the comment subject field is visible for a node type. |
| MigrateCommentEntityFormDisplaySubjectTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
|
| MigrateCommentEntityFormDisplaySubjectTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
|
| MigrateCommentEntityFormDisplaySubjectTest::testMigration |
function |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php |
Tests the migrated display configuration. |
| MigrateCommentEntityFormDisplaySubjectTest::testMigration |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php |
Tests the migrated display configuration. |
| MigrateCommentEntityFormDisplayTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php |
Tests the migration of comment form display from Drupal 6. |
| MigrateCommentEntityFormDisplayTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php |
Tests the migration of comment form display from Drupal 7. |
| MigrateCommentEntityFormDisplayTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php |
|
| MigrateCommentEntityFormDisplayTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php |
|
| MigrateCommentEntityFormDisplayTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php |
Modules to install. |
| MigrateCommentEntityFormDisplayTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php |
Modules to install. |