function fb_verbose in Drupal for Facebook 7.4
Same name and namespace in other branches
- 5.2 fb.module \fb_verbose()
- 5 fb.module \fb_verbose()
- 6.3 fb.module \fb_verbose()
- 6.2 fb.module \fb_verbose()
- 7.3 fb.module \fb_verbose()
For debugging, add $conf['fb_verbose'] = TRUE; to settings.php.
4 calls to fb_verbose()
- fb_devel_fb in ./
fb_devel.module - Implements hook_fb().
- fb_opengraph_delete_confirm_form in ./
fb_opengraph.pages.inc - Form creator -- ask for confirmation of deletion
- fb_opengraph_publish_action in ./
fb_opengraph.module - Helper function to publish user activity to Facebook's Open Graph.
- _fb_user_set_map in ./
fb_user.module - Helper function to add or update a row in the fb_user table, which maps local uid to facebook ids.
File
- ./
fb.module, line 701
Code
function fb_verbose() {
return variable_get('fb_verbose', NULL);
}