env = $env; } /** * @inheritDoc */ public function getTitle(): string { return __('Get the most out of Metricool', 'metricool'); } /** * @inheritDoc */ public function getText(): string { return __('Connect your first social account to Metricool to start scheduling and tracking your content.', 'metricool'); } /** * @inheritDoc */ public function getType(): string { return self::TYPE_INFO; } /** * @inheritDoc */ public function getRoute(): string { return 'connections'; } /** * @inheritDoc */ public function getAction(): array { return [ 'text' => __('Connect', 'metricool'), 'link' => MetricoolUrl::adminUrl($this->env->getUrl('metricool.connect_network_url')), 'target' => '_blank', ]; } }