You are here

function apachesolr_views_views_plugins_alter in Apache Solr Views 6

Implementation of hook_views_plugins_alter().

File

./apachesolr_views.views.inc, line 416

Code

function apachesolr_views_views_plugins_alter(&$plugins) {

  // Add apachesolr to the base of the node row plugin.
  $plugins['row']['node']['base'][] = 'apachesolr_node';
  $plugins['row']['node_rss']['base'][] = 'apachesolr_node';
}