Class: Blacklight::FacetFieldComponent

Inherits:
Blacklight::Facets::FieldComponent show all
Defined in:
app/components/blacklight/facet_field_component.rb

Instance Method Summary collapse

Methods inherited from Blacklight::Facets::FieldComponent

#header_html_id, #html_id

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeFacetFieldComponent

Returns a new instance of FacetFieldComponent.



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

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