You are here

constant FB_APP_OP_EVENT in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 5.2 fb_app.module \FB_APP_OP_EVENT
  2. 6.3 fb_app.module \FB_APP_OP_EVENT
  3. 7.3 fb_app.module \FB_APP_OP_EVENT
5 uses of FB_APP_OP_EVENT
fb_app_event_cb in ./fb_app.module
Callback for FB_APP_PATH_EVENT.
fb_devel_fb in ./fb_devel.module
fb_permission_fb in contrib/fb_permission.module
Implementation of hook_fb(). Here we customize the behavior of Drupal for Facebook.
fb_register_fb in contrib/fb_register.module
Implementation of hook_fb(). Here we customize the behavior of Drupal for Facebook.
fb_user_fb in ./fb_user.module
Implementation of hook_fb.

File

./fb_app.module, line 21
Implementation of Drupal for Facebook application.

Code

define('FB_APP_OP_EVENT', 'fb_app_event');