You are here

function panels_export_pane_across_displays in Panels 6.2

}@ End of 'defgroup mainapi', although other functions are specifically added later

Related topics

File

./panels.module, line 523
panels.module

Code

function panels_export_pane_across_displays($source_display, &$target_display, $pid, $location = FALSE) {
  $pane = $source_display
    ->clone_pane($pid);
  $target_display
    ->add_pane($pane, $location);
}