function ctools_user_form_username_content_type_edit_form
Ctools plugin configuration edit form for the username form field.
Provide a blank form so we have a place to have context setting.
File
-
plugins/
content_types/ user_form/ user_form_username.inc, line 49
Code
function ctools_user_form_username_content_type_edit_form($form, &$form_state) {
return $form;
}