You are here

function theme_apachesolr_breadcrumb_language in Apache Solr Search 6.2

Same name and namespace in other branches
  1. 5.2 apachesolr_search.module \theme_apachesolr_breadcrumb_language()
  2. 6 apachesolr_search.module \theme_apachesolr_breadcrumb_language()

File

./apachesolr_search.module, line 1469
Provides a content search implementation for node content for use with the Apache Solr search application.

Code

function theme_apachesolr_breadcrumb_language($field, $exclude = FALSE) {
  return apachesolr_search_language_name($field['#value']);
}