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. |
CommentDepthTest::$testViews |
property |
core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php |
Views used by this test. |
CommentDepthTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php |
|
CommentDepthTest::testCommentDepth |
function |
core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php |
Test the comment depth. |
CommentDisplayConfigurableTest |
class |
core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php |
Tests making comment base fields' displays configurable. |
CommentDisplayConfigurableTest.php |
file |
core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php |
|
CommentDisplayConfigurableTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php |
The theme to install as the default for testing. |
CommentDisplayConfigurableTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php |
|
CommentDisplayConfigurableTest::testDisplayConfigurable |
function |
core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php |
Sets base fields to configurable display and check settings are respected. |
CommentDisplayConfigurableTestHooks |
class |
core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php |
Hook implementations for comment_display_configurable_test. |