dimension = new Keyword(); $this->name = Piwik::translate('Referrers_SearchEngines'); $this->documentation = Piwik::translate('Referrers_SearchEnginesReportDocumentation', '
'); $this->isSubtableReport = true; $this->order = 8; } public function configureView(ViewDataTable $view) { $view->config->show_search = false; $view->config->show_exclude_low_population = false; $view->config->addTranslation('label', $this->dimension->getName()); } }