| CommentLazyBuilders::access |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Wraps content_translation_translate_access. |
| CommentLazyBuilders::buildLinks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Build the default links (reply, edit, delete …) for a comment. |
| CommentLazyBuilders::renderForm |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Render API callback: Builds the comment form. |
| CommentLazyBuilders::renderLinks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Render API callback: Builds a comment's links. |
| CommentLazyBuilders::trustedCallbacks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Lists the trusted callbacks provided by the implementing class. |
| CommentLazyBuilders::__construct |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Constructs a new CommentLazyBuilders object. |
| CommentLinkBuilder |
class |
core/modules/comment/src/CommentLinkBuilder.php |
Defines a class for building markup for comment links on a commented entity. |
| CommentLinkBuilder.php |
file |
core/modules/comment/src/CommentLinkBuilder.php |
|
| CommentLinkBuilder::$commentManager |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Comment manager service. |
| CommentLinkBuilder::$currentUser |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Current user. |
| CommentLinkBuilder::$deprecatedProperties |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Deprecated service properties. |
| CommentLinkBuilder::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilder.php |
Builds links for the given entity. |
| CommentLinkBuilder::__construct |
function |
core/modules/comment/src/CommentLinkBuilder.php |
Constructs a new CommentLinkBuilder object. |
| CommentLinkBuilderInterface |
interface |
core/modules/comment/src/CommentLinkBuilderInterface.php |
Defines an interface for building comment links on a commented entity. |
| CommentLinkBuilderInterface.php |
file |
core/modules/comment/src/CommentLinkBuilderInterface.php |
|
| CommentLinkBuilderInterface::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilderInterface.php |
Builds links for the given entity. |
| CommentLinkBuilderTest |
class |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Tests Drupal\comment\CommentLinkBuilder. |
| CommentLinkBuilderTest.php |
file |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
|
| 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/Kernel/Views/CommentLinksTest.php |
|
| CommentLinksTest.php |
file |
core/modules/comment/tests/src/Functional/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. |
| CommentLockTest |
class |
core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php |
Tests comment acquires and releases the right lock. |
| CommentLockTest.php |
file |
core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php |
|
| CommentLockTest::testLocks |
function |
core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php |
Tests the lock behavior. |