You are here

function ctools_block_content_type_edit_form in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 plugins/content_types/block/block.inc \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
Provide Drupal blocks as content.

Code

function ctools_block_content_type_edit_form($form, &$form_state) {

  // Does nothing!
  return $form;
}