You are here

public function VoteUpDownWidgetInterface::getWidgetTemplateVars in Vote Up/Down 8

Returns the path to the widget template to be used.

Parameters

$base_path:

$variables:

Return value

array

1 method overrides VoteUpDownWidgetInterface::getWidgetTemplateVars()
VoteUpDownWidgetBase::getWidgetTemplateVars in src/Plugin/VoteUpDownWidgetBase.php
Returns the path to the widget template to be used.

File

src/Plugin/VoteUpDownWidgetInterface.php, line 46

Class

VoteUpDownWidgetInterface
Defines an interface for Vote Up/Down Widget plugins.

Namespace

Drupal\vud\Plugin

Code

public function getWidgetTemplateVars($base_path, &$variables);