You are here

function social_content_facebook_form in Social Content 7

Implements hook_node_info().

File

modules/facebook/social_content_facebook.install, line 47
Install/uninstall code for Social Content: Facebook.

Code

function social_content_facebook_form($node, $form_state) {
  return array();
}