Class: Blacklight::FacetFieldInclusiveConstraintComponent

Inherits:
Blacklight::Facets::InclusiveConstraintComponent show all
Defined in:
app/components/blacklight/facet_field_inclusive_constraint_component.rb

Instance Method Summary collapse

Methods inherited from Blacklight::Facets::InclusiveConstraintComponent

#presenters, #render?, #values

Methods inherited from Component

reset_compiler!, sidecar_files, upstream_sidecar_files

Constructor Details

#initializeFacetFieldInclusiveConstraintComponent

Returns a new instance of FacetFieldInclusiveConstraintComponent.



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

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