CommentLinkBuilderTest::$commentLinkBuilder |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
|
CommentLinkBuilderTest::$commentManager |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Comment manager mock. |
CommentLinkBuilderTest::$currentUser |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Current user proxy mock. |
CommentLinkBuilderTest::$entityTypeManager |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
The entity type manager. |
CommentLinkBuilderTest::$moduleHandler |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Module handler mock. |
CommentLinkBuilderTest::$stringTranslation |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
String translation mock. |
CommentLinkBuilderTest::$timestamp |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Timestamp used in test. |
CommentLinkBuilderTest::getLinkCombinations |
function |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Data provider for ::testCommentLinkBuilder. |
CommentLinkBuilderTest::getMockNode |
function |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Builds a mock node based on given scenario. |
CommentLinkBuilderTest::setUp |
function |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Prepares mocks for the test. |
CommentLinkBuilderTest::testCommentLinkBuilder |
function |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Test the buildCommentedEntityLinks method. |
CommentLinksAlterTest |
class |
core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php |
Tests comment links altering. |
CommentLinksAlterTest.php |
file |
core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php |
|
CommentLinksAlterTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php |
The theme to install as the default for testing. |
CommentLinksAlterTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php |
Modules to install. |
CommentLinksAlterTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php |
|
CommentLinksAlterTest::testCommentLinksAlter |
function |
core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php |
Tests comment links altering. |
CommentLinksTest |
class |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
Basic comment links tests to ensure markup present. |
CommentLinksTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
Tests the comment link field handlers. |
CommentLinksTest.php |
file |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
|
CommentLinksTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
|
CommentLinksTest::$comment |
property |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
Comment being tested. |
CommentLinksTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
The theme to install as the default for testing. |
CommentLinksTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
Use the main node listing to test rendering on teasers. |
CommentLinksTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
Modules to enable. |
CommentLinksTest::$seen |
property |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
Seen comments, array of comment IDs. |
CommentLinksTest::$testViews |
property |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
Views used by this test. |
CommentLinksTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
|
CommentLinksTest::testCommentLinks |
function |
core/modules/comment/tests/src/Functional/CommentLinksTest.php |
Tests that comment links are output and can be hidden. |
CommentLinksTest::testLinkApprove |
function |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
Test the comment approve link. |
CommentLinksTest::testLinkReply |
function |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
Test the comment reply link. |
CommentNewIndicatorTest::renderNewCommentsNodeLinks |
function |
core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php |
Get node "x new comments" metadata from the server for the current user. |
CommentPagerTest::clickLinkWithXPath |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Follows a link found at a give xpath query. |
CommentPagerTest::testCommentPermalink |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Confirms comment paging works correctly with flat and threaded comments. |
CommentPermalinkFormatter |
class |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Plugin implementation of the 'comment_permalink' formatter. |
CommentPermalinkFormatter.php |
file |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
|
CommentPermalinkFormatter::getEntityUrl |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Gets the URI elements of the entity. |
CommentPermalinkFormatter::isApplicable |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Returns if the formatter can be used for the provided field. |
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. |
CommentTranslationUITest::testTranslateLinkCommentAdminPage |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests translate link on comment content admin page. |
comment_node_links_alter |
function |
core/modules/comment/comment.module |
Implements hook_node_links_alter(). |
comment_test_comment_links_alter |
function |
core/modules/comment/tests/modules/comment_test/comment_test.module |
Implements hook_comment_links_alter(). |
CommonTestController::typeLinkActiveClass |
function |
core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php |
Returns links to the current page, with and without query strings. |
config.links.menu.yml |
file |
core/modules/config/config.links.menu.yml |
core/modules/config/config.links.menu.yml |
config.links.task.yml |
file |
core/modules/config/config.links.task.yml |
core/modules/config/config.links.task.yml |
ConfigEntityBase::link |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Deprecated way of generating a link to the entity. See toLink(). |
ConfigEntityMapper::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns the name of the contextual link group to add contextual links to. |
ConfigMapperInterface::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the name of the contextual link group to add contextual links to. |
ConfigNamesMapper::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the name of the contextual link group to add contextual links to. |