You are here

function search_api_live_results_theme in Search API live results 7

Implements hook_theme().

File

./search_api_live_results.module, line 100

Code

function search_api_live_results_theme($existing, $type, $theme, $path) {
  return array(
    'live_results_search' => array(
      'render element' => 'element',
    ),
  );
}