public function VoteUpDownWidgetInterface::getWidgetTemplate in Vote Up/Down 8
Returns the widget template for a specific plugin instance
Return value
mixed
1 method overrides VoteUpDownWidgetInterface::getWidgetTemplate()
- VoteUpDownWidgetBase::getWidgetTemplate in src/
Plugin/ VoteUpDownWidgetBase.php - Returns the widget template for a specific plugin instance
File
- src/
Plugin/ VoteUpDownWidgetInterface.php, line 27
Class
- VoteUpDownWidgetInterface
- Defines an interface for Vote Up/Down Widget plugins.
Namespace
Drupal\vud\PluginCode
public function getWidgetTemplate();