You are here

function ctools_entity_form_field_content_type_edit_form in Chaos Tool Suite (ctools) 7

File

plugins/content_types/form/entity_form_field.inc, line 180

Code

function ctools_entity_form_field_content_type_edit_form($form, &$form_state) {

  // Provide a blank form so we have a place to have context setting.
  return $form;
}