function shurly_service_block_info in ShURLy 7
Same name and namespace in other branches
- 8 shurly_service/shurly_service.module \shurly_service_block_info()
Implements hook_block_info().
File
- shurly_service/
shurly_service.module, line 62 - Link ShURLy functionalities to services module. @todo
Code
function shurly_service_block_info() {
$blocks['api_key'] = array(
'info' => t('Short URL API key'),
);
return $blocks;
}