Search for comment
- Search 9.5.x for comment
- Search 8.9.x for comment
- Search 10.3.x for comment
- Search 11.x for comment
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_comment_delete | function | modules/ |
The comment is being deleted by the moderator. |
| hook_comment_insert | function | modules/ |
The comment is being inserted. |
| hook_comment_load | function | modules/ |
Comments are being loaded from the database. |
| hook_comment_presave | function | modules/ |
The comment passed validation and is about to be saved. |
| hook_comment_publish | function | modules/ |
Act on a comment that is being saved in a published state. |
| hook_comment_unpublish | function | modules/ |
Act on a comment that is being saved in an unpublished state. |
| hook_comment_update | function | modules/ |
The comment is being updated. |
| hook_comment_view | function | modules/ |
The comment is being viewed. This hook can be used to add additional data to the comment before theming. |
| hook_comment_view_alter | function | modules/ |
The comment was built; the module may modify the structured content. |
| LocaleCommentLanguageFunctionalTest | class | modules/ |
Functional tests for comment language. |
| LocaleCommentLanguageFunctionalTest::getInfo | function | modules/ |
|
| LocaleCommentLanguageFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| LocaleCommentLanguageFunctionalTest::testCommentLanguage | function | modules/ |
Test that comment language is properly set. |
| locale_field_comment_form_submit | function | modules/ |
Form submit handler for comment_form(). |
| locale_form_comment_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| NodeAccessPagerTestCase::testCommentPager | function | modules/ |
Tests the comment pager for nodes with multiple grants per realm. |
| Query::$comments | property | includes/ |
An array of comments that can be prepended to a query. |
| Query::comment | function | includes/ |
Adds a comment to the query. |
| Query::getComments | function | includes/ |
Returns a reference to the comments array for the query. |
| RdfCommentAttributesTestCase | class | modules/ |
|
| RdfCommentAttributesTestCase::$node1 | property | modules/ |
|
| RdfCommentAttributesTestCase::$node2 | property | modules/ |
|
| RdfCommentAttributesTestCase::getInfo | function | modules/ |
|
| RdfCommentAttributesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfCommentAttributesTestCase::testCommentRdfaMarkup | function | modules/ |
Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments. |
| RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup | function | modules/ |
Test RDF comment replies. |
| RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup | function | modules/ |
Tests the presence of the RDFa markup for the number of comments. |
| RdfCommentAttributesTestCase::_testBasicCommentRdfaMarkup | function | modules/ |
Helper function for testCommentRdfaMarkup(). |
| rdf_comment_load | function | modules/ |
Implements hook_comment_load(). |
| rdf_preprocess_comment | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| SchemaTestCase::checkSchemaComment | function | modules/ |
Checks that a table or column comment matches a given description. |
| SearchCommentCountToggleTestCase | class | modules/ |
Tests that comment count display toggles properly on comment status of node |
| SearchCommentCountToggleTestCase::$searchable_nodes | property | modules/ |
|
| SearchCommentCountToggleTestCase::$searching_user | property | modules/ |
|
| SearchCommentCountToggleTestCase::getInfo | function | modules/ |
|
| SearchCommentCountToggleTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchCommentCountToggleTestCase::testSearchCommentCountToggle | function | modules/ |
Verify that comment count display toggles properly on comment status of node |
| SearchCommentTestCase | class | modules/ |
Test integration searching comments. |
| SearchCommentTestCase::$admin_role | property | modules/ |
|
| SearchCommentTestCase::$admin_user | property | modules/ |
|
| SearchCommentTestCase::$comment_subject | property | modules/ |
|
| SearchCommentTestCase::$node | property | modules/ |
|
| SearchCommentTestCase::checkCommentAccess | function | modules/ |
Update search index and search for comment. |
| SearchCommentTestCase::getInfo | function | modules/ |
|
| SearchCommentTestCase::setRolePermissions | function | modules/ |
Set permissions for role. |
| SearchCommentTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchCommentTestCase::testAddNewComment | function | modules/ |
Verify that 'add new comment' does not appear in search results or index. |
| SearchCommentTestCase::testSearchResultsComment | function | modules/ |
Verify that comments are rendered using proper format in search results. |
| SearchCommentTestCase::testSearchResultsCommentAccess | function | modules/ |
Verify access rules for comment indexing with different permissions. |
| search_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.