You are here

public function FacetapiAdapter::settingsForm in Facet API 6.3

Same name and namespace in other branches
  1. 7.2 plugins/facetapi/adapter.inc \FacetapiAdapter::settingsForm()
  2. 7 plugins/facetapi/adapter.inc \FacetapiAdapter::settingsForm()

Allows for backend specific overrides to the settings form.

File

plugins/facetapi/adapter.inc, line 424
Adapter plugin and adapter related calsses.

Class

FacetapiAdapter
Abstract class extended by search backends that retrieves facet information from the database.

Code

public function settingsForm(&$form_state) {

  // Nothing to do...
}