You are here

56 calls to panels_load_include() in Panels 6.2

panels_ajax_add_pane_choose 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_ajax_add_pane_config in includes/display-edit.inc
AJAX entry point for to configure a pane that has just been added.
panels_ajax_cache_method in includes/display-edit.inc
Entry point for AJAX modal: configure pane cache method
panels_ajax_cache_settings in includes/display-edit.inc
Handle the cache settings form
panels_ajax_configure_pane in includes/display-edit.inc
AJAX entry point for to configure a pane that has just been added.
panels_ajax_context_item_add in includes/common-context.inc
Ajax entry point to add an context
panels_ajax_context_item_delete in includes/common-context.inc
Ajax entry point to edit an item
panels_ajax_context_item_edit in includes/common-context.inc
Ajax entry point to edit an item
panels_ajax_style_settings in includes/display-layout-settings.inc
AJAX incoming to deal with the style settings modal
panels_ajax_toggle_shown in includes/display-edit.inc
Entry point for AJAX: toggle pane show/hide status.
panels_allowed_layouts::list_layouts in includes/common.inc
Snag a list of the current layouts for internal use.
panels_common_add_context_js in includes/common-context.inc
panels_common_add_item_to_form in includes/common-context.inc
Add a row to the form. Used both in the main form and by the ajax to add an item.
panels_common_get_allowed_types in includes/common.inc
Based upon the settings, get the allowed types for this node.
panels_common_get_layout_information in includes/common.inc
The layout information fieldset displayed at admin/edit/panel-%implementation%/add/%layout%.
panels_common_settings in includes/common.inc
A common settings page for Panels modules, because this code is relevant to any modules that don't already have special requirements.
panels_edit in ./panels.module
Main API entry point to edit a panel display.
panels_edit_layout in ./panels.module
API entry point for selecting a layout for a given display.
panels_edit_layout_settings in ./panels.module
API entry point for configuring the layout settings for a given display.
panels_mini_add_page in panels_mini/panels_mini.admin.inc
Handle the add mini panel page.
panels_mini_block in panels_mini/panels_mini.module
Implementation of hook_block().
panels_mini_content in panels_mini/panels_mini.module
Render a mini panel called from a panels display.
panels_mini_context_form in panels_mini/panels_mini.admin.inc
Form to edit the context settings of a mini panel.
panels_mini_edit_content in panels_mini/panels_mini.admin.inc
Pass through to the panels content editor.
panels_mini_edit_form in panels_mini/panels_mini.admin.inc
Form to edit the settings of a mini panel.
panels_mini_list_page in panels_mini/panels_mini.admin.inc
Provide a list of mini panels, with links to edit or delete them.
panels_mini_preview_panel in panels_mini/panels_mini.admin.inc
Provide an administrative preview of a mini panel.
panels_mini_settings in panels_mini/panels_mini.admin.inc
Settings for mini panels.
panels_node_add in panels_node/panels_node.module
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_form in panels_node/panels_node.module
Implementation of hook_form().
panels_node_settings in panels_node/panels_node.module
Settings for panel nodes.
panels_node_view in panels_node/panels_node.module
Implementation of hook_view().
panels_page_add_handler in panels_page/panels_page.admin.inc
Handle the add panel-page page.
panels_page_admin_load in panels_page/panels_page.module
Menu loader for some panels_page admin screens. Loads the panels_page specified by the name arg, induces a 404 when a bad arg is provided.
panels_page_context_form in panels_page/panels_page.admin.inc
The form to edit the context settings of a panel page.
panels_page_custom_css in panels_page/panels_page.render.inc
Add custom css entered on the configuration form, if any. Filter it first.
panels_page_edit_alternate in panels_page/panels_page.admin.inc
panels_page_edit_content in panels_page/panels_page.admin.inc
Pass through to the panels content editor.
panels_page_edit_form in panels_page/panels_page.admin.inc
The form to edit the page portion of a panel.
panels_page_list_page in panels_page/panels_page.admin.inc
Provide a list of panels, with links to edit or delete them.
panels_page_load_include in panels_page/panels_page.module
Wrapper for panels_load_include() that specifically targets panels_page include files.
panels_page_settings in panels_page/panels_page.admin.inc
General settings configuration page for panel pages.
panels_panel_node_view_render in plugins/task_handlers/panel_node_view.inc
Attempt to render a node.
panels_panel_node_view_save in plugins/task_handlers/panel_node_view.inc
Call through to the delegator function for this.
panels_plugin_display_panel_pane::options_form in panels_views/panels_plugin_display_panel_pane.inc
Provide the default form for setting options.
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.
panels_save_display in ./panels.module
Save a display object.
panels_theme in ./panels.module
theme_panels_edit_display_form in includes/display-edit.inc
Theme the edit display form.
_panels_edit_layout in includes/display-layout.inc
Handle calling and processing of the form for editing display layouts.
_panels_page_create_menu_structure in panels_page/panels_page.menu.inc
_panels_page_master_loader in panels_page/panels_page.module
Determine the render-time behavior of panels_page.