You are here

function ctools_export_ui_heartbeat_template::edit_form in Heartbeat 7

Implements edit_form().

Overrides ctools_export_ui::edit_form

File

modules/heartbeat_ui/plugins/export_ui/ctools_export_ui_heartbeat_template.class.php, line 246
Ctools export UI for a heartbeat template @author stalski

Class

ctools_export_ui_heartbeat_template
@file Ctools export UI for a heartbeat template @author stalski

Code

function edit_form(&$form, &$form_state) {
  parent::edit_form($form, $form_state);
  $this
    ->_edit_form($form, $form_state);
}