public function TaxonomyDisplayBreadcrumbDisplayHandlerCore::formFieldset in Taxonomy display 7
Set a description when the user selects this option.
Overrides TaxonomyDisplayHandlerForm::formFieldset
See also
TaxonomyDisplayHandlerForm::formFieldset()
1 method overrides TaxonomyDisplayBreadcrumbDisplayHandlerCore::formFieldset()
- TaxonomyDisplayBreadcrumbDisplayHandlerIgnore::formFieldset in handlers/
breadcrumb/ ignore.inc - Set a description when the user selects this option.
File
- handlers/
breadcrumb/ core.inc, line 35
Class
- TaxonomyDisplayBreadcrumbDisplayHandlerCore
- Add a display handler to generate the same breadcrumb from Drupal core.
Code
public function formFieldset(&$form, &$values, $options = NULL) {
$form['#description'] = t('The Drupal core breadcrumb will be used for the taxonomy terms.');
}