You are here

public function YandexMetricsReportsController::oauthCalbackRedirect in Yandex.Metrics 8.2

Redirect to yandex_services_auth oauth callback.

1 string reference to 'YandexMetricsReportsController::oauthCalbackRedirect'
yandex_metrics_reports.routing.yml in yandex_metrics_reports/yandex_metrics_reports.routing.yml
yandex_metrics_reports/yandex_metrics_reports.routing.yml

File

yandex_metrics_reports/src/Controller/YandexMetricsReportsController.php, line 46
Contains \Drupal\action\Controller\YandexMetricsReportsController

Class

YandexMetricsReportsController
Universal controller for yandex_metrics_reports module.

Namespace

Drupal\yandex_metrics_reports\Controller

Code

public function oauthCalbackRedirect() {
  return new RedirectResponse(Url::fromRoute('yandex_services_auth/oauth'));
}