You are here

function search_api_live_results_entity_info_alter in Search API live results 7

Implements hook_entity_info_alter().

File

./search_api_live_results.module, line 161

Code

function search_api_live_results_entity_info_alter(&$entity_info) {
  $entity_info['node']['view modes']['live_results_search'] = array(
    'label' => t('Live results search'),
    'custom settings' => TRUE,
  );

  // @TODO ADD to all entities.
}