Search for comment
- Search 7.x for comment
- Search 9.5.x for comment
- Search 8.9.x for comment
- Search 11.x for comment
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Comment | class | core/ |
Defines the comment entity class. |
Comment | class | core/ |
Tests creating comment views with the wizard. |
Comment | class | core/ |
Drupal 6 comment source from database. |
Comment | class | core/ |
Drupal 7 comment source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CommentLinksAlterTest::setUp | function | core/ |
|
CommentLinksAlterTest::testCommentLinksAlter | function | core/ |
Tests comment links altering. |
CommentLinksTest | class | core/ |
Basic comment links tests to ensure markup present. |
CommentLinksTest | class | core/ |
Tests the comment link field handlers. |
CommentLinksTest.php | file | core/ |
|
CommentLinksTest.php | file | core/ |
|
CommentLinksTest::$comment | property | core/ |
Comment being tested. |
CommentLinksTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CommentLinksTest::$modules | property | core/ |
Use the main node listing to test rendering on teasers. |
CommentLinksTest::$modules | property | core/ |
Modules to install. |
CommentLinksTest::$seen | property | core/ |
Seen comments, array of comment IDs. |
CommentLinksTest::$testViews | property | core/ |
Views used by this test. |
CommentLinksTest::setUp | function | core/ |
|
CommentLinksTest::testCommentLinks | function | core/ |
Tests that comment links are output and can be hidden. |
CommentLinksTest::testLinkApprove | function | core/ |
Tests the comment approve link. |
CommentLinksTest::testLinkReply | function | core/ |
Tests the comment reply link. |
CommentLockTest | class | core/ |
Tests comment acquires and releases the right lock. |
CommentLockTest.php | file | core/ |
|
CommentLockTest::testLocks | function | core/ |
Tests the lock behavior. |
CommentManager | class | core/ |
Comment manager contains common functions to manage comment fields. |
CommentManager.php | file | core/ |
|
CommentManager::$authenticatedCanPostComments | property | core/ |
Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments. |
CommentManager::$currentUser | property | core/ |
The current user. |
CommentManager::$entityDisplayRepository | property | core/ |
The entity display repository. |
CommentManager::$entityFieldManager | property | core/ |
The entity field manager. |
CommentManager::$entityTypeManager | property | core/ |
The entity type manager. |
CommentManager::$moduleHandler | property | core/ |
The module handler service. |
CommentManager::$userConfig | property | core/ |
The user settings config object. |
CommentManager::addBodyField | function | core/ |
|
CommentManager::forbiddenMessage | function | core/ |
|
CommentManager::getCountNewComments | function | core/ |
|
CommentManager::getFields | function | core/ |
|
CommentManager::__construct | function | core/ |
Construct the CommentManager object. |
CommentManagerInterface | interface | core/ |
Comment manager contains common functions to manage comment fields. |
CommentManagerInterface.php | file | core/ |
|
CommentManagerInterface::addBodyField | function | core/ |
Creates a comment_body field. |
CommentManagerInterface::COMMENT_MODE_FLAT | constant | core/ |
Comments are displayed in a flat list - expanded. |
CommentManagerInterface::COMMENT_MODE_THREADED | constant | core/ |
Comments are displayed as a threaded list - expanded. |
CommentManagerInterface::forbiddenMessage | function | core/ |
Provides a message if posting comments is forbidden. |
CommentManagerInterface::getCountNewComments | function | core/ |
Returns the number of new comments available on a given entity for a user. |
CommentManagerInterface::getFields | function | core/ |
Utility function to return an array of comment fields. |
CommentManagerTest | class | core/ |
@coversDefaultClass \Drupal\comment\CommentManager @group comment |
CommentManagerTest.php | file | core/ |
|
CommentManagerTest::testGetFields | function | core/ |
Tests the getFields method. |
CommentNameConstraint | class | core/ |
Supports validating comment author names. |
CommentNameConstraint.php | file | core/ |
|
CommentNameConstraint::$messageMatch | property | core/ |
Message shown when the name doesn't match the author's name. |
CommentNameConstraint::$messageNameTaken | property | core/ |
Message shown when an anonymous user comments using a registered name. |
CommentNameConstraint::$messageRequired | property | core/ |
Message shown when an admin changes the comment-author to an invalid user. |
CommentNameConstraint::coversFields | function | core/ |
An array of entity fields which should be passed to the validator. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.