10 calls to panels_load_display() in Panels 6.2
- panels_mini_export in panels_mini/
panels_mini.module - Export a mini panel into PHP code for use in import.
- panels_mini_load in panels_mini/
panels_mini.module - Load a mini panel.
- panels_node_edit_content in panels_node/
panels_node.module - Pass through to the panels content editor.
- panels_node_edit_layout in panels_node/
panels_node.module - Pass through to the panels layout editor.
- panels_node_edit_layout_settings in panels_node/
panels_node.module - Pass through to the panels layout settings editor.
- panels_node_view in panels_node/
panels_node.module - Implementation of hook_view().
- panels_page_export in panels_page/
panels_page.write.inc - Export a panel page into PHP code for use in import.
- panels_page_fetch_display_from_info in panels_page/
panels_page.read.inc - Get a display based on whether it's already in code or needs to be loaded.
- panels_page_fetch_primary_display in panels_page/
panels_page.read.inc - Internal panels_page API function; directs the current display ($panel_page->display) to the primary display ($panel_page->primary), loading the primary display if necessary.
- panels_page_load in panels_page/
panels_page.read.inc - Load a panel page.