You are here

function search_api_saved_searches_i18n_entity_info_alter in Search API Saved Searches 7

Implements hook_entity_info_alter().

File

search_api_saved_searches_i18n/search_api_saved_searches_i18n.module, line 13
Search API Saved Searches i18n integration module via entity API i18n support.

Code

function search_api_saved_searches_i18n_entity_info_alter(&$info) {

  // Enable i18n support via the entity API.
  $info['search_api_saved_searches_settings']['i18n controller class'] = 'SearchApiSavedSearchesSettingsI18nController';
}