function search_api_view_update in Search API 8
Implements hook_ENTITY_TYPE_update() for type "view".
File
- ./
search_api.module, line 447 - Provides a rich framework for creating searches.
Code
function search_api_view_update(ViewEntityInterface $view) {
_search_api_view_crud_event($view);
}