Class: Blacklight::FacetFieldFilterComponent
- Inherits:
-
Blacklight::Facets::IndexNavigationComponent
- Object
- ViewComponent::Base
- Component
- Blacklight::Facets::IndexNavigationComponent
- Blacklight::FacetFieldFilterComponent
- Defined in:
- app/components/blacklight/facet_field_filter_component.rb
Instance Method Summary collapse
-
#initialize ⇒ FacetFieldFilterComponent
constructor
A new instance of FacetFieldFilterComponent.
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
#initialize ⇒ FacetFieldFilterComponent
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 |