function fb_social_ctools_plugin_fb_plugin in Facebook social plugins integration 6.2
Implementation of hook_ctools_plugin_TYPE (type = 'fb_plugin') This is to tell ctools that by default each plugin has some default functions named consistently after the plugin name
See also
_fb_social_ctools_plugin_fb_plugin_process()
File
- ./
fb_social.module, line 264
Code
function fb_social_ctools_plugin_fb_plugin() {
return array(
// we need some default functions
'process' => '_fb_social_ctools_plugin_fb_plugin_process',
);
}