function globallink_theme in GlobalLink Connect for Drupal 8.2
Same name and namespace in other branches
- 8 globallink.module \globallink_theme()
Implements hook_theme().
File
- ./
globallink.module, line 9
Code
function globallink_theme() {
return [
'globallink_comments' => [
'variables' => [
'comments' => NULL,
],
'template' => 'globallink_comments',
],
];
}