You are here

function search_api_update_7109 in Search API 7

Clear entity info cache, as entity controller classes hae changed.

File

./search_api.install, line 774
Install, update and uninstall functions for the Search API module.

Code

function search_api_update_7109() {
  cache_clear_all('entity_info:', 'cache', TRUE);
}