class Blacklight::Configuration::ViewConfig::Index
Public Instance Methods
document_presenter_class()
click to toggle source
@!attribute group
@return [false, String, Symbol] what field, if any, to use to render grouped results
@!attribute respond_to
@return [OpenStructWithHashAccess{Symbol => OpenStruct}] additional response formats for search results; see Blacklight::Catalog#additional_response_formats for information about the OpenStruct data
@!attribute collection_actions
@return [String, Symbol]
Calls superclass method
# File lib/blacklight/configuration/view_config.rb, line 75 def document_presenter_class super || Blacklight::IndexPresenter end
to_h()
click to toggle source
Calls superclass method
Blacklight::OpenStructWithHashAccess#to_h
# File lib/blacklight/configuration/view_config.rb, line 79 def to_h super.merge(document_presenter_class: document_presenter_class) end