| CommentCacheTagsTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Modules to install. |
| 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::getDefaultCacheContexts |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Gets the default cache contexts for rendered entities. |
| CommentCacheTagsTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
| CommentCacheTagsTest::testCommentEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Tests that comments 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::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::$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. |
| CommentDefaultFormatter::settingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Returns a form to configure settings for the formatter. |
| CommentDefaultFormatter::settingsSummary |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Returns a short summary for the current formatter settings. |
| CommentDefaultFormatter::viewElements |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Builds a renderable array for a field value. |
| CommentDefaultFormatter::__construct |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Constructs a new CommentDefaultFormatter. |
| CommentDefaultFormatterCacheTagsTest |
class |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
Tests comment cache tag bubbling up when using the Comment list formatter. |
| CommentDefaultFormatterCacheTagsTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
|
| CommentDefaultFormatterCacheTagsTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
Modules to install. |
| CommentDefaultFormatterCacheTagsTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
|
| CommentDefaultFormatterCacheTagsTest::testCacheTags |
function |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
Tests the bubbling of cache tags. |
| CommentDepthTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php |
Tests the depth of the comment field handler. |
| CommentDepthTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php |
|
| CommentDepthTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php |
Modules to install. |