You are here

function panels_get_pane_edit_form in Panels 5.2

Display the edit form for a pane.

Parameters

$pane: The pane to edit.

$parents: The form api #parents array that this subform will live in.

File

includes/display_edit.inc, line 609

Code

function panels_get_pane_edit_form($pane, $contexts, $parents) {
  return panels_ct_get_edit_form($pane->type, $pane->subtype, $contexts, $pane->configuration, $parents);
}