Class: Blacklight::FacetFieldNoLayoutComponent

Inherits:
Component
  • Object
show all
Includes:
ContentAreasShim
Defined in:
app/components/blacklight/facet_field_no_layout_component.rb

Constant Summary

Constants inherited from Component

Component::EXCLUDE_VARIABLES

Instance Method Summary collapse

Methods included from ContentAreasShim

#with

Methods inherited from Component

compiler, config, #inspect

Constructor Details

#initializeFacetFieldNoLayoutComponent

Returns a new instance of FacetFieldNoLayoutComponent.



10
# File 'app/components/blacklight/facet_field_no_layout_component.rb', line 10

def initialize(**); end

Instance Method Details

#callObject



12
13
14
# File 'app/components/blacklight/facet_field_no_layout_component.rb', line 12

def call
  body.to_s
end