constant FB_TAB_HOOK in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb_tab.module \FB_TAB_HOOK
2 uses of FB_TAB_HOOK
- fb_tab_config_form in ./
fb_tab.module - Build the tab config form. Invokes hook_fb_tab() to get the custom settings.
- fb_tab_view in ./
fb_tab.module - Another module provides the contents of the tab depending on the context that we give it (who is calling it, etc.)
File
- ./
fb_tab.module, line 12 - This module provides support for "Profile Tabs" that can be added to facebook pages (no longer allowed for user profiles).
Code
define('FB_TAB_HOOK', 'fb_tab');