function social_media_theme in Social media share 8
Implements hook_theme().
File
- ./
social_media.module, line 13 - Contains social_media.module..
Code
function social_media_theme($existing, $type, $theme, $path) {
return [
'social_media_links' => [
'variables' => [
'elements' => NULL,
],
'template' => 'social-media-links',
],
];
}