You are here

function search_exclude_comment_update in Search Exclude (Node) 8

Same name and namespace in other branches
  1. 2.x search_exclude.module \search_exclude_comment_update()
  2. 2.0.x search_exclude.module \search_exclude_comment_update()

Implements hook_ENTITY_TYPE_update().

Triggers the reindex for comment update.

File

./search_exclude.module, line 31

Code

function search_exclude_comment_update(EntityInterface $comment) {
  _search_exclude_reindex($comment);
}