You are here

public function ViewTemplateForm::__construct in Views Templates 8

Constructs a new ViewsBuilderController object.

Parameters

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

File

src/ViewTemplateForm.php, line 28

Class

ViewTemplateForm
Form controller for the view template entity add forms.

Namespace

Drupal\views_templates

Code

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