function ctools_block_content_type_edit_form
Empty form so we can have the default override title.
File
-
plugins/
content_types/ block/ block.inc, line 195
Code
function ctools_block_content_type_edit_form($form, &$form_state) {
// Does nothing!
return $form;
}