function votingapi_widgets_theme in Votingapi Widgets 8
Implements hook_theme().
File
- ./
votingapi_widgets.module, line 95 - Contains votingapi_widgets.module..
Code
function votingapi_widgets_theme() {
return [
'votingapi_widgets_summary' => [
'variables' => [
'results' => [],
'vote' => NULL,
'field_name' => NULL,
],
],
];
}