| 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. |
| CommentDisplayConfigurableTestHooks.php |
file |
core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php |
|
| CommentDisplayConfigurableTestHooks::entityBaseFieldInfoAlter |
function |
core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php |
Implements hook_entity_base_field_info_alter(). |
| CommentDisplayConfigurableTestHooks::entityTypeBuild |
function |
core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php |
Implements hook_entity_type_build(). |
| 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. |
| CommentEmptyTitleTestThemeHooks |
class |
core/modules/comment/tests/modules/comment_empty_title_test/src/Hook/CommentEmptyTitleTestThemeHooks.php |
Hook implementations for comment_empty_title_test. |
| CommentEmptyTitleTestThemeHooks.php |
file |
core/modules/comment/tests/modules/comment_empty_title_test/src/Hook/CommentEmptyTitleTestThemeHooks.php |
|
| CommentEmptyTitleTestThemeHooks::preprocessComment |
function |
core/modules/comment/tests/modules/comment_empty_title_test/src/Hook/CommentEmptyTitleTestThemeHooks.php |
Implements hook_preprocess_comment(). |
| CommentEntityReferenceTest |
class |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
Tests that comments behave correctly when added as entity references. |
| CommentEntityReferenceTest.php |
file |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
|
| CommentEntityReferenceTest::$comment |
property |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
A comment linked to a node. |
| CommentEntityReferenceTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
The theme to install as the default for testing. |
| CommentEntityReferenceTest::$node2 |
property |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
A second test node containing references to comments. |
| CommentEntityReferenceTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
|
| CommentEntityReferenceTest::testCommentAsEntityReference |
function |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
Tests that comments are correctly saved as entity references. |
| CommentEntityReferenceTest::testCommentOfUnpublishedNodeBypassAccess |
function |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
Tests that comments of unpublished are not shown. |
| CommentEntityTest |
class |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
Tests comments with other entities. |
| 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.php |
file |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
|
| CommentEntityTest::$commentType |
property |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
The comment type used for testing. |
| CommentEntityTest::$commentType |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
The comment type used for testing. |
| CommentEntityTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
The theme to install as the default for testing. |
| CommentEntityTest::$defaultTheme |
property |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
The theme to install as the default for testing. |
| CommentEntityTest::$modules |
property |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
Modules to install. |
| 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 |
A vocabulary used for testing. |
| CommentEntityTest::$vocab |
property |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
A vocabulary used for testing. |
| CommentEntityTest::setUp |
function |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
|
| CommentEntityTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
| CommentEntityTest::testEntityChanges |
function |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
Tests CSS classes on comments. |
| CommentEntityTest::testEntityChanges |
function |
core/modules/history/tests/src/Functional/CommentEntityTest.php |
Tests CSS classes on comments. |
| CommentEntityTranslation |
class |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Drupal 7 comment entity translation source plugin. |
| CommentEntityTranslation.php |
file |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
|
| CommentEntityTranslation::checkRequirements |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Checks if requirements for this plugin are OK. |