You are here

public static function YandexMetricsReportsController::create in Yandex.Metrics 8.2

Implements \Drupal\Core\ControllerInterface::create().

Overrides ContainerInjectionInterface::create

File

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

Class

YandexMetricsReportsController
Universal controller for yandex_metrics_reports module.

Namespace

Drupal\yandex_metrics_reports\Controller

Code

public static function create(ContainerInterface $container) {
  return new static();
}