You are here

function apachesolr_get_type in Apache Solr Search 5

Callback function for the 'Filter by type' facet block.

1 string reference to 'apachesolr_get_type'
apachesolr_block in ./apachesolr.module
Implementation of hook_block().

File

./apachesolr.module, line 613
Integration with the Apache Solr search application.

Code

function apachesolr_get_type($facet) {
  return node_get_types('name', $facet);
}