function yashare_block_info in Yandex.Share 7
Same name and namespace in other branches
- 7.2 yashare.module \yashare_block_info()
 
Implements hook_block_info().
File
- ./
yashare.block.inc, line 11  - Yandex.Share block hooks.
 
Code
function yashare_block_info() {
  $blocks['yashare'] = array(
    'info' => t('Yandex.Share'),
    'cache' => DRUPAL_NO_CACHE,
  );
  return $blocks;
}