- hook_comment_insert in core/
modules/ comment/ comment.api.php - Respond to creation of a new comment.
- hook_comment_update in core/
modules/ comment/ comment.api.php - Respond to updates to a comment.
- SearchCommentTestCase::assertCommentAccess in core/
modules/ search/ tests/ search.test - Update search index and search for comment.
- search_comment_delete in core/
modules/ search/ search.module - Implements hook_comment_delete().
- search_comment_insert in core/
modules/ search/ search.module - Implements hook_comment_insert().
- search_comment_publish in core/
modules/ search/ search.module - Implements hook_comment_publish().
- search_comment_unpublish in core/
modules/ search/ search.module - Implements hook_comment_unpublish().
- search_comment_update in core/
modules/ search/ search.module - Implements hook_comment_update().
- search_index in core/
modules/ search/ search.module - Update the full-text search index for a particular item.
- search_node_update in core/
modules/ search/ search.module - Implements hook_node_update().