function apachesolr_form_facetapi_facet_settings_form_alter in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 apachesolr.module \apachesolr_form_facetapi_facet_settings_form_alter()
- 7 apachesolr.module \apachesolr_form_facetapi_facet_settings_form_alter()
Implements hook_form_[form_id]_alter(). (D7)
File
- ./
apachesolr.module, line 1065 - Integration with the Apache Solr search application.
Code
function apachesolr_form_facetapi_facet_settings_form_alter(&$form, $form_state) {
apachesolr_set_facetapi_breadcrumb($form['#facetapi']['adapter'], $form['#facetapi']['realm']);
}