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