You are here

function fb_post_entity_publish_form_submit in Drupal for Facebook 7.4

File

./fb_post.module, line 641

Code

function fb_post_entity_publish_form_submit($form, &$form_state) {
  $values = $form_state['values'];
  fb_post_publish_node($values['fb_post_settings'], $form['#entity']);
}