You are here

function apachesolr_panels_block_info in Apache Solr Panels 7

Implements hook_block_info().

File

./apachesolr_panels.module, line 34
Integrates Apache Solr Search with Panels.

Code

function apachesolr_panels_block_info() {
  $blocks['search_form']['info'] = t('Search form (Apache Solr Panels)');
  $blocks['search_form']['cache'] = DRUPAL_NO_CACHE;
  return $blocks;
}