You are here

function twitter_post_twitter_post_content_type_edit_form in Twitter 7.5

CTools content type callback to display an edit form for this pane.

File

twitter_post/plugins/content_types/twitter_post.inc, line 60

Code

function twitter_post_twitter_post_content_type_edit_form($form, &$form_state) {

  // Provide a blank form so we have a place to have context setting.
  return $form;
}