Class: Blacklight::FacetFieldFilterComponent

Inherits:
Blacklight::Facets::IndexNavigationComponent show all
Defined in:
app/components/blacklight/facet_field_filter_component.rb

Instance Method Summary collapse

Methods inherited from Blacklight::Facets::IndexNavigationComponent

#clear_facet_prefix_url, #facet_prefix_url, #index_range, #prefix, #render?

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeFacetFieldFilterComponent

Returns a new instance of FacetFieldFilterComponent.



5
6
7
8
# File 'app/components/blacklight/facet_field_filter_component.rb', line 5

def initialize(...)
  Rails.logger.warn("Blacklight::FacetFieldFilterComponent is deprecated. Use Blacklight::Facets::IndexNavigationComponent instead.")
  super
end