class Blacklight::Configuration::ViewConfig::Index
Public Instance Methods
Source
# File lib/blacklight/configuration/view_config.rb, line 75 def document_presenter_class super || Blacklight::IndexPresenter end
@!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
Source
# File lib/blacklight/configuration/view_config.rb, line 79 def to_h super.merge(document_presenter_class: document_presenter_class) end
Calls superclass method
Blacklight::OpenStructWithHashAccess#to_h