Class: Blacklight::FacetFieldListComponent

Inherits:
Blacklight::Facets::ListComponent show all
Defined in:
app/components/blacklight/facet_field_list_component.rb

Instance Attribute Summary

Attributes inherited from Blacklight::Facets::ListComponent

#classes, #layout, #role

Instance Method Summary collapse

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

#initializeFacetFieldListComponent

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