env = $env; } /** * @inheritDoc */ public function getText(): string { return __('Get the most out of Metricool by linking your Social accounts', 'metricool'); } /** * @inheritDoc */ public function getAction(): array { return [ 'text' => __('Connect', 'metricool'), 'link' => MetricoolUrl::adminUrl($this->env->getUrl('metricool.connect_network_url')), 'target' => '_blank', ]; } }