profile['devices'])) { return ''; } $view = new View('@DevicesDetection/_profileSummary.twig'); $view->visitorData = $this->profile; return $view->render(); } /** * @inheritdoc */ public function getOrder() { return 50; } }