CommentApproveLinkTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php |
The theme to install as the default for testing. |
CommentApproveLinkTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php |
Modules to install. |
CommentApproveLinkTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php |
Views used by this test. |
CommentApproveLinkTest::setUp |
function |
core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php |
Sets up the test. |
CommentApproveLinkTest::testCommentApproveLink |
function |
core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php |
Tests that "approve comment" link exists and works as expected. |
CommentBaseFieldTest |
class |
core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php |
Tests that comment as a base field. |
CommentBaseFieldTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php |
|
CommentBaseFieldTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php |
Modules to install. |
CommentBaseFieldTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php |
|
CommentBaseFieldTest::testCommentBaseField |
function |
core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php |
Tests comment as a base field. |
CommentBlockTest |
class |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
Tests comment block functionality. |
CommentBlockTest.php |
file |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
|
CommentBlockTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
The theme to install as the default for testing. |
CommentBlockTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
Modules to install. |
CommentBlockTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
|
CommentBlockTest::testRecentCommentBlock |
function |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
Tests the recent comments block. |
CommentBreadcrumbBuilder |
class |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
Class to define the comment breadcrumb builder. |
CommentBreadcrumbBuilder.php |
file |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
|
CommentBreadcrumbBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
The entity type manager. |
CommentBreadcrumbBuilder::applies |
function |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
Whether this breadcrumb builder should be used to build the breadcrumb. |
CommentBreadcrumbBuilder::build |
function |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
Builds the breadcrumb. |
CommentBreadcrumbBuilder::__construct |
function |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
Constructs the CommentBreadcrumbBuilder. |
CommentBulkForm |
class |
core/modules/comment/src/Plugin/views/field/CommentBulkForm.php |
Defines a comment operations bulk form element. |
CommentBulkForm.php |
file |
core/modules/comment/src/Plugin/views/field/CommentBulkForm.php |
|
CommentBulkForm::emptySelectedMessage |
function |
core/modules/comment/src/Plugin/views/field/CommentBulkForm.php |
Returns the message to be displayed when there are no selected items. |
CommentBulkFormTest |
class |
core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php |
Tests Drupal\comment\Plugin\views\field\CommentBulkForm. |
CommentBulkFormTest.php |
file |
core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php |
|
CommentBulkFormTest::tearDown |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php |
|
CommentBulkFormTest::testConstructor |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php |
Tests the constructor assignment of actions. |
CommentBundlesTest |
class |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Tests that comment bundles behave as expected. |
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 install. |
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 |
Tests 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 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 |
|