$this->translate('Templates'), 'objects' => $this->translate('Objects'), 'applyrules' => $this->translate('Apply Rules'), // 'setmembers' => $this->translate('Set Members'), ]; } protected function getTypeSummaryDefinitions() { return [ 'templates' => $this->getSummaryLine('template'), 'objects' => $this->getSummaryLine('object'), 'applyrules' => $this->getSummaryLine('apply', 'o.service_set_id IS NULL'), // TODO: re-enable // 'setmembers' => $this->getSummaryLine('apply', 'o.service_set_id IS NOT NULL'), ]; } }