constant FB_USER_OPTION_CREATE_NEVER in Drupal for Facebook 7.4
Same name and namespace in other branches
- 5.2 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 5 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 6.3 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 6.2 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 7.3 fb_user.module \FB_USER_OPTION_CREATE_NEVER
2 uses of FB_USER_OPTION_CREATE_NEVER
- fb_user_admin_settings in ./
fb_user.admin.inc - Form builder; Configure settings for this site.
- _fb_user_process_new_token in ./
fb_user.module
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_OPTION_CREATE_NEVER', 1);