You are here

public function ViewsBuilderController::__construct in Views Templates 8

Constructs a new ViewsBuilderController object.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $builderManager: The Views Builder Plugin Interface.

File

src/Controller/ViewsBuilderController.php, line 28

Class

ViewsBuilderController
ViewBuilderController class.

Namespace

Drupal\views_templates\Controller

Code

public function __construct(PluginManagerInterface $builderManager) {
  $this->builderManager = $builderManager;
}