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_templatesCode
public function __construct(PluginManagerInterface $builderManager) {
$this->builderManager = $builderManager;
}