You are here

function term_search_entity_info_alter in Term Search 7

Implements hook_sentity_info_alter().

File

./term_search.module, line 10
Functions to index and search taxonomy terms.

Code

function term_search_entity_info_alter(&$entity_info) {
  $entity_info['taxonomy_term']['view modes']['search_index'] = array(
    'label' => 'Search Index',
    'custom settings' => TRUE,
  );
}