Class: Blacklight::FacetFieldListComponent
- Inherits:
-
Blacklight::Facets::ListComponent
- Object
- ViewComponent::Base
- Component
- Blacklight::Facets::ListComponent
- Blacklight::FacetFieldListComponent
- Defined in:
- app/components/blacklight/facet_field_list_component.rb
Instance Attribute Summary
Attributes inherited from Blacklight::Facets::ListComponent
Instance Method Summary collapse
-
#initialize ⇒ FacetFieldListComponent
constructor
A new instance of FacetFieldListComponent.
Methods inherited from Blacklight::Facets::ListComponent
#facet_config, #facet_item_component_class, #facet_item_presenter, #facet_item_presenters, #facet_items, #render?
Methods inherited from Component
reset_compiler!, sidecar_files, upstream_sidecar_files
Constructor Details
#initialize ⇒ FacetFieldListComponent
Returns a new instance of FacetFieldListComponent.
5 6 7 8 |
# File 'app/components/blacklight/facet_field_list_component.rb', line 5 def initialize(...) Rails.logger.warn("Blacklight::FacetFieldListComponent is deprecated. Use Blacklight::Facets::ListComponent instead.") super end |