| CommentLinkBuilderTest::$commentLinkBuilder |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
The comment link builder. |
| 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::$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 |
Tests 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 install. |
| 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 |
Tests the comment approve link. |
| CommentLinksTest::testLinkReply |
function |
core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php |
Tests 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. |
| CommentNewIndicatorTest::renderNewCommentsNodeLinks |
function |
core/modules/history/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. |
| CommentTestHooks::commentLinksAlter |
function |
core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php |
Implements hook_comment_links_alter(). |
| 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. |
| CommentThreadingTest::testCommentReplyLinkUnpublished |
function |
core/modules/comment/tests/src/Functional/CommentThreadingTest.php |
Check the reply link on unpublished comments. |
| CommentTranslationUITest::testTranslateLinkCommentAdminPage |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests translate link on comment content admin page. |
| 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. |
| ComposerValidatorTest::providerLinkToOnlineHelp |
function |
core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php |
Data provider for ::testLinkToOnlineHelp(). |
| ComposerValidatorTest::testLinkToOnlineHelp |
function |
core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php |
Tests that invalid configuration links to online help, if available. |
| 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 |
| 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. |