public functionusesExposed() {
// Attachment displays only use exposed widgets if they are set to inherit// the exposed filter settings of their parent display.if (!empty($this->options['inherit_exposed_filters']) && parent::usesExposed()) {
returnTRUE;
}
returnFALSE;
}