function sharethis_block_theme in Sharethis block 8
Same name and namespace in other branches
- 7 sharethis_block.module \sharethis_block_theme()
 
Implements hook_theme().
File
- ./
sharethis_block.module, line 34  - Hook implementations for the sharethis_block module.
 
Code
function sharethis_block_theme() {
  return [
    'block__sharethis' => [
      'base hook' => 'block',
    ],
  ];
}