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