dimension = new DeviceBrand(); $this->name = Piwik::translate('DevicesDetection_DeviceBrand'); $this->documentation = Piwik::translate('DevicesDetection_DeviceBrandReportDocumentation'); $this->order = 4; $this->hasGoalMetrics = true; $this->subcategoryId = 'DevicesDetection_Devices'; } public function configureView(ViewDataTable $view) { $view->config->show_search = true; $view->config->show_exclude_low_population = false; $view->config->addTranslation('label', Piwik::translate("DevicesDetection_dataTableLabelBrands")); } }