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/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 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. |
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 |
Test the lock behavior. |
CommentManager |
class |
core/modules/comment/src/CommentManager.php |
Comment manager contains common functions to manage comment fields. |
CommentManager.php |
file |
core/modules/comment/src/CommentManager.php |
|
CommentManager::$authenticatedCanPostComments |
property |
core/modules/comment/src/CommentManager.php |
Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments. |
CommentManager::$currentUser |
property |
core/modules/comment/src/CommentManager.php |
The current user. |
CommentManager::$deprecatedProperties |
property |
core/modules/comment/src/CommentManager.php |
|
CommentManager::$entityDisplayRepository |
property |
core/modules/comment/src/CommentManager.php |
The entity display repository. |
CommentManager::$entityFieldManager |
property |
core/modules/comment/src/CommentManager.php |
The entity field manager. |
CommentManager::$entityTypeManager |
property |
core/modules/comment/src/CommentManager.php |
The entity type manager. |
CommentManager::$moduleHandler |
property |
core/modules/comment/src/CommentManager.php |
The module handler service. |
CommentManager::$userConfig |
property |
core/modules/comment/src/CommentManager.php |
The user settings config object. |
CommentManager::addBodyField |
function |
core/modules/comment/src/CommentManager.php |
Creates a comment_body field. |
CommentManager::forbiddenMessage |
function |
core/modules/comment/src/CommentManager.php |
Provides a message if posting comments is forbidden. |
CommentManager::getCountNewComments |
function |
core/modules/comment/src/CommentManager.php |
Returns the number of new comments available on a given entity for a user. |
CommentManager::getFields |
function |
core/modules/comment/src/CommentManager.php |
Utility function to return an array of comment fields. |
CommentManager::__construct |
function |
core/modules/comment/src/CommentManager.php |
Construct the CommentManager object. |
CommentManagerInterface |
interface |
core/modules/comment/src/CommentManagerInterface.php |
Comment manager contains common functions to manage comment fields. |
CommentManagerInterface.php |
file |
core/modules/comment/src/CommentManagerInterface.php |
|
CommentManagerInterface::addBodyField |
function |
core/modules/comment/src/CommentManagerInterface.php |
Creates a comment_body field. |