You are here

function search_exclude_node_update in Search Exclude (Node) 8

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

Implements hook_ENTITY_TYPE_update().

Triggers the reindex for node updates.

File

./search_exclude.module, line 13

Code

function search_exclude_node_update(EntityInterface $entity) {
  _search_exclude_reindex($entity);
}