constant FB_USER_VAR_USERNAME_STYLE in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.4 fb_user.module \FB_USER_VAR_USERNAME_STYLE
- 7.3 fb_user.module \FB_USER_VAR_USERNAME_STYLE
3 uses of FB_USER_VAR_USERNAME_STYLE
- fb_user_admin_settings in ./
fb_user.admin.inc - Form builder; Configure settings for this site.
- fb_user_uninstall in ./
fb_user.install - Implementation of hook_uninstall().
- _fb_user_create_local_account in ./
fb_user.module - Helper function to create local account for the currently authorized user.
File
- ./
fb_user.module, line 25 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_VAR_USERNAME_STYLE', 'fb_user_username_style');