Chris@0: t('Type'), Chris@0: 'where' => "w.type = ?", Chris@0: 'options' => $types, Chris@0: ]; Chris@0: } Chris@0: Chris@0: $filters['severity'] = [ Chris@0: 'title' => t('Severity'), Chris@0: 'where' => 'w.severity = ?', Chris@0: 'options' => RfcLogLevel::getLevels(), Chris@0: ]; Chris@0: Chris@0: return $filters; Chris@0: }