| 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 enable. |
| 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. |
| CommentedEntity |
class |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Views field display for commented entity. |
| CommentedEntity.php |
file |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
|
| CommentedEntity::$loadedCommentedEntities |
property |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Array of entities that has comments. |
| CommentedEntity::getItems |
function |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Gets an array of items for the field. |
| CommentEditTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentEditTest.php |
Tests comment edit functionality. |
| CommentEditTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentEditTest.php |
|
| CommentEditTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentEditTest.php |
The theme to install as the default for testing. |
| CommentEditTest::testCommentEdit |
function |
core/modules/comment/tests/src/Functional/Views/CommentEditTest.php |
Tests comment label in admin view. |
| CommentEntityTest |
class |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
Tests comments with other entities. |
| CommentEntityTest.php |
file |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
| CommentEntityTest::$commentType |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
| CommentEntityTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
The theme to install as the default for testing. |
| CommentEntityTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
Modules to install. |
| CommentEntityTest::$vocab |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
| CommentEntityTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|