Class: Blacklight::FacetItemComponent

Inherits:
Blacklight::Facets::ItemComponent show all
Defined in:
app/components/blacklight/facet_item_component.rb

Instance Attribute Summary

Attributes inherited from Blacklight::Facets::ItemComponent

#hits, #href, #label

Instance Method Summary collapse

Methods inherited from Blacklight::Facets::ItemComponent

#call, #render_facet_count, #render_facet_value, #render_selected_facet_value

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeFacetItemComponent

Returns a new instance of FacetItemComponent.



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

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