You are here

public function MetatagViewsController::__construct in Metatag 8

File

metatag_views/src/Controller/MetatagViewsController.php, line 43

Class

MetatagViewsController
Class MetatagViewsController.

Namespace

Drupal\metatag_views\Controller

Code

public function __construct(EntityStorageInterface $viewStorage, MetatagManagerInterface $metatagManager) {
  $this->viewStorage = $viewStorage;
  $this->metatagManager = $metatagManager;

  // Generate the labels for views and displays.
  $this->labels = $this
    ->getViewsAndDisplaysLabels();
}