| CommentBundlesTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::$entityFieldManager |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Modules to enable. |
| CommentBundlesTest::$targetEntityTypes |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Entity type ids to use for target_entity_type_id on comment bundles. |
| CommentBundlesTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::testEntityIdField |
function |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Test that the entity_id field is set correctly for each comment bundle. |
| CommentCacheTagsTest |
class |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Tests the Comment entity's cache tags. |
| CommentCacheTagsTest.php |
file |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
| CommentCacheTagsTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
The theme to install as the default for testing. |
| CommentCacheTagsTest::$entityTestCamelid |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
| CommentCacheTagsTest::$entityTestHippopotamidae |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
| CommentCacheTagsTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Modules to enable. |
| CommentCacheTagsTest::createEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Creates the entity to be tested. |
| CommentCacheTagsTest::getAdditionalCacheContextsForEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Returns the additional (non-standard) cache contexts for the tested entity. |
| CommentCacheTagsTest::getAdditionalCacheTagsForEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Each comment must have a comment body, which always has a text format. |
| CommentCacheTagsTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
| CommentCacheTagsTest::testCommentEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Test that comments correctly invalidate the cache tag of their host entity. |
| CommentController |
class |
core/modules/comment/src/Controller/CommentController.php |
Controller for the comment entity. |
| CommentController.php |
file |
core/modules/comment/src/Controller/CommentController.php |
|
| CommentController::$commentManager |
property |
core/modules/comment/src/Controller/CommentController.php |
The comment manager service. |
| CommentController::$entityFieldManager |
property |
core/modules/comment/src/Controller/CommentController.php |
The entity field manager. |
| CommentController::$entityRepository |
property |
core/modules/comment/src/Controller/CommentController.php |
The entity repository. |
| CommentController::$httpKernel |
property |
core/modules/comment/src/Controller/CommentController.php |
The HTTP kernel. |
| CommentController::commentApprove |
function |
core/modules/comment/src/Controller/CommentController.php |
Publishes the specified comment. |
| CommentController::commentPermalink |
function |
core/modules/comment/src/Controller/CommentController.php |
Redirects comment links to the correct page depending on comment settings. |
| CommentController::commentPermalinkTitle |
function |
core/modules/comment/src/Controller/CommentController.php |
The _title_callback for the page that renders the comment permalink. |
| CommentController::create |
function |
core/modules/comment/src/Controller/CommentController.php |
Instantiates a new instance of this class. |
| CommentController::getReplyForm |
function |
core/modules/comment/src/Controller/CommentController.php |
Form constructor for the comment reply form. |
| CommentController::redirectNode |
function |
core/modules/comment/src/Controller/CommentController.php |
Redirects legacy node links to the new path. |
| CommentController::renderNewCommentsNodeLinks |
function |
core/modules/comment/src/Controller/CommentController.php |
Returns a set of nodes' last read timestamps. |
| CommentController::replyFormAccess |
function |
core/modules/comment/src/Controller/CommentController.php |
Access check for the reply form. |
| CommentController::__construct |
function |
core/modules/comment/src/Controller/CommentController.php |
Constructs a CommentController object. |
| CommentCSSTest |
class |
core/modules/comment/tests/src/Functional/CommentCSSTest.php |
Tests CSS classes on comments. |
| CommentCSSTest.php |
file |
core/modules/comment/tests/src/Functional/CommentCSSTest.php |
|
| CommentCSSTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentCSSTest.php |
The theme to install as the default for testing. |
| CommentCSSTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentCSSTest.php |
|
| CommentCSSTest::testCommentClasses |
function |
core/modules/comment/tests/src/Functional/CommentCSSTest.php |
Tests CSS classes on comments. |
| CommentDefaultFormatter |
class |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Provides a default comment formatter. |
| CommentDefaultFormatter.php |
file |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
|
| CommentDefaultFormatter::$currentUser |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The current user. |
| CommentDefaultFormatter::$deprecatedProperties |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
|
| CommentDefaultFormatter::$entityDisplayRepository |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The entity display repository. |
| CommentDefaultFormatter::$entityFormBuilder |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The entity form builder. |
| CommentDefaultFormatter::$routeMatch |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
|
| CommentDefaultFormatter::$storage |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The comment storage. |
| CommentDefaultFormatter::$viewBuilder |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The comment render controller. |
| CommentDefaultFormatter::calculateDependencies |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Calculates dependencies for the configured plugin. |
| CommentDefaultFormatter::create |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Creates an instance of the plugin. |
| CommentDefaultFormatter::defaultSettings |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Defines the default settings for this plugin. |
| CommentDefaultFormatter::getViewModes |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Provides a list of comment view modes for the configured comment type. |