You are here

11 calls to panels_load_display() in Panels 5.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_edit in panels_page/panels_page.admin.inc
Edit a panel page.
panels_page_export in panels_page/panels_page.module
Export a panel page into PHP code for use in import.
panels_page_fetch_display_from_info in panels_page/panels_page.module
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.module
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.module
Load a panel page.