You are here

abstract public function TaxonomyDisplayHandlerForm::formFieldset in Taxonomy display 7

Prepare the form that users will configure.

Parameters

array $form: A fieldset for configuration to display to the user for this handler.

array $values: The values from the sub-form taken from $form_state, note any alterations will affect the values in $form_state.

mixed $options: The data that was stored on behalf of the handler resulting from the return of the TaxonomyDisplayHandlerForm::formSubmit implementation.

Return value

TaxonomyTermDisplayHandler

See also

TaxonomyDisplayHandlerForm::formSubmit()

7 methods override TaxonomyDisplayHandlerForm::formFieldset()
TaxonomyDisplayAssociatedDisplayHandlerCore::formFieldset in handlers/associated/core.inc
Build our form for the fieldset.
TaxonomyDisplayAssociatedDisplayHandlerHidden::formFieldset in handlers/associated/hidden.inc
Set a description when the user selects this option.
TaxonomyDisplayAssociatedDisplayHandlerViews::formFieldset in handlers/associated/views.inc
Build our form for the fieldset.
TaxonomyDisplayBreadcrumbDisplayHandlerCore::formFieldset in handlers/breadcrumb/core.inc
Set a description when the user selects this option.
TaxonomyDisplayBreadcrumbDisplayHandlerHidden::formFieldset in handlers/breadcrumb/hidden.inc
Set a description when the user selects this option.

... See full list

File

classes/handler_form.inc, line 27

Class

TaxonomyDisplayHandlerForm
Abstract class to act as the taxonomy display plugins form handing.

Code

public abstract function formFieldset(&$form, &$values, $options = NULL);