13 calls to panels_panel_context_get_display() in Panels 7.3
- panels_panel_context_admin_summary in plugins/
task_handlers/ panel_context.inc - Provide a nice little summary of what's in a panel.
- panels_panel_context_clone in plugins/
task_handlers/ panel_context.inc - When a handler is cloned, we have to clone the display.
- panels_panel_context_edit_choose in plugins/
task_handlers/ panel_context.inc - Choose a layout for this panel.
- panels_panel_context_edit_layout in plugins/
task_handlers/ panel_context.inc - Change the layout for this panel.
- panels_panel_context_edit_layout_submit in plugins/
task_handlers/ panel_context.inc - A layout has been selected, set it up.
- panels_panel_context_edit_layout_validate in plugins/
task_handlers/ panel_context.inc - Validate that a layout was chosen.
- panels_panel_context_edit_move in plugins/
task_handlers/ panel_context.inc - When a layout is changed, the user is given the opportunity to move content.
- panels_panel_context_edit_preview in plugins/
task_handlers/ panel_context.inc - Form to show a nice preview.
- panels_panel_context_edit_preview_submit in plugins/
task_handlers/ panel_context.inc - Display a preview upon submit if arguments were needed.
- panels_panel_context_export in plugins/
task_handlers/ panel_context.inc - Special handling for exporting a panel task handler.
- panels_panel_context_get_addressable in plugins/
task_handlers/ panel_context.inc - panels_panel_context_render in plugins/
task_handlers/ panel_context.inc - Check selection rules and, if passed, render the contexts.
- panel_context_panels_cache_get in ./
panels.module - Get display edit cache on behalf of panel context.