function auto_index_comment_insert in Auto Index 8
Same name and namespace in other branches
- 7 auto_index.module \auto_index_comment_insert()
Implementation of hook_ENTITY_TYPE_insert().
File
- ./
auto_index.module, line 43 - Auto-index: Automatically indexes node content on update.
Code
function auto_index_comment_insert(CommentInterface $comment) {
_auto_index_comment_index($comment);
}