function ctools_user_form_notify_content_type_edit_form

Ctools plugin configuration edit form for the notify form field.

Provide a blank form so we have a place to have context setting.

File

plugins/content_types/user_form/user_form_notify.inc, line 49

Code

function ctools_user_form_notify_content_type_edit_form($form, &$form_state) {
    return $form;
}