function ctools_node_form_author_content_type_edit_form in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 plugins/content_types/node_form/node_form_author.inc \ctools_node_form_author_content_type_edit_form()
File
- plugins/
content_types/ node_form/ node_form_author.inc, line 51
Code
function ctools_node_form_author_content_type_edit_form($form, &$form_state) {
// Provide a blank form so we have a place to have context setting.
return $form;
}