You are here

17 calls to panels_get_layout() in Panels 5.2

panels_ajax_add_content in includes/display_edit.inc
Entry point for AJAX: 'Add Content' modal form, from which the user selects the type of pane to add.
panels_change_layout in includes/display_edit.inc
Form definition for the display layout converter.
panels_common_get_layout_information in includes/common.inc
The layout information fieldset displayed at admin/edit/panel-%implementation%/add/%layout%.
panels_edit_display in includes/display_edit.inc
Form definition for the panels display editor
panels_edit_layout_settings_form in includes/display_edit.inc
Form definition for the display layout settings editor.
panels_mini_context_form in panels_mini/panels_mini.module
Form to edit the context settings of a mini panel.
panels_mini_edit_form in panels_mini/panels_mini.module
Form to edit the settings of a mini panel.
panels_mini_edit_form_submit in panels_mini/panels_mini.module
Process submission of the mini panel edit form.
panels_node_form in panels_node/panels_node.module
Implementation of hook_form().
panels_page_context_form in panels_page/panels_page.admin.inc
The form to edit the context settings of a panel page.
panels_page_edit_form in panels_page/panels_page.admin.inc
The form to edit the page portion of a panel.
panels_page_edit_form_submit in panels_page/panels_page.admin.inc
Process submission of the panel page edit form
panels_panel_settings in includes/display_edit.inc
Form to edit panel style settings.
panels_print_layout in ./panels.module
For external use: Given a layout ID and a $content array, return the panel display. The content array is filled in based upon the content available in the layout. If it's a two column with a content array defined like array('left' =>…
panels_render_display in ./panels.module
Render a display by loading the content into an appropriate array and then passing through to panels_render_layout.
theme_panels_common_content_list in includes/common.inc
Create a visible list of content in a display. Note that the contexts must be pre-loaded.
theme_panels_edit_display in includes/display_edit.inc
Theme the form for editing display content.