function yashare_get_block_services in Yandex.Share 7
Returns services list for block.
2 calls to yashare_get_block_services()
- yashare_build in ./
yashare.module  - Generate renderable array.
 - yashare_settings in ./
yashare.module  - Returns settings form.
 
File
- ./
yashare.inc, line 48  - Yandex.Share helper functions.
 
Code
function yashare_get_block_services() {
  return array_values(array_filter(variable_get('yashare_block_services', yashare_get_services(TRUE))));
}