function ViewsMenuLink::__construct

Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $view_storage: The view storage.

File

core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php, line 32

Class

ViewsMenuLink
Provides menu links for Views.

Namespace

Drupal\views\Plugin\Derivative

Code

public function __construct(EntityStorageInterface $view_storage) {
  $this->viewStorage = $view_storage;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.