You are here

abstract public function TaxonomyDisplayAssociatedDisplayHandler::displayAssociated in Taxonomy display 7

Render the output to be displayed when the user views the taxonomy term.

Parameters

termObject $term: The taxonomy term to be displayed.

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

Return value

array The build the user will see for the associated content viewing the term.

See also

TaxonomyDisplayHandlerForm::formSubmit()

taxonomy_term_page()

3 methods override TaxonomyDisplayAssociatedDisplayHandler::displayAssociated()
TaxonomyDisplayAssociatedDisplayHandlerCore::displayAssociated in handlers/associated/core.inc
Build our output to be rendered to the user.
TaxonomyDisplayAssociatedDisplayHandlerHidden::displayAssociated in handlers/associated/hidden.inc
Do not display anything to the user, we return an empty string.
TaxonomyDisplayAssociatedDisplayHandlerViews::displayAssociated in handlers/associated/views.inc
Build our output to be rendered to the user.

File

classes/associated_display.inc, line 22

Class

TaxonomyDisplayAssociatedDisplayHandler
Abstract class for exposing terms' associated content to manipulation.

Code

public abstract function displayAssociated($term, $options = NULL);