public function TaxonomyDisplayBreadcrumbDisplayHandlerHidden::formFieldset in Taxonomy display 7
Set a description when the user selects this option.
Overrides TaxonomyDisplayHandlerForm::formFieldset
See also
TaxonomyDisplayHandlerForm::formFieldset()
File
- handlers/
breadcrumb/ hidden.inc, line 21
Class
- TaxonomyDisplayBreadcrumbDisplayHandlerHidden
- Add a display handler that will omit the breadcrumb on term pages.
Code
public function formFieldset(&$form, &$values, $options = NULL) {
$form['#description'] = t('The breadcrumb for the term will not be displayed to the user when viewed.');
}