| panels_ajax_router | contrib-6/panels/panels.module | Route Panels' AJAX calls to the correct object. |
| panels_cache_clear | contrib-6/panels/panels.module | Clear a object from the cache; used if the editing is aborted. |
| panels_cache_get | contrib-6/panels/panels.module | Get an object from cache. |
| panels_cache_set | contrib-6/panels/panels.module | Save the edited object into the cache. |
| panels_delete_display | contrib-6/panels/panels.module | Delete a display. |
| panels_edit | contrib-6/panels/panels.module | Main API entry point to edit a panel display. |
| panels_edit | contrib-6/panels/panels.module | Main API entry point to edit a panel display. |
| panels_edit_cache_break_lock | contrib-6/panels/panels.module | Method to allow modules to provide a mechanism to break locks. |
| panels_edit_cache_clear | contrib-6/panels/panels.module | Method to allow modules to provide their own mechanism to clear the
cache used in the display editor. |
| panels_edit_cache_get | contrib-6/panels/panels.module | Method to allow modules to provide their own caching mechanism for the
display editor. |
| panels_edit_cache_get_default | contrib-6/panels/panels.module | Create the default cache for editing panel displays. |
| panels_edit_cache_save | contrib-6/panels/panels.module | Method to allow modules to provide their own mechanism to write the
cache used in the display editor. |
| panels_edit_cache_set | contrib-6/panels/panels.module | Method to allow modules to provide their own caching mechanism for the
display editor. |
| panels_edit_layout | contrib-6/panels/panels.module | API entry point for selecting a layout for a given display. |
| panels_export_display | contrib-6/panels/panels.module | Exports the provided display into portable code. |
| panels_export_display | contrib-6/panels/panels.module | Exports the provided display into portable code. |
| panels_get_current_page_display | contrib-6/panels/panels.module | Get the display that is currently being rendered as a page. |
| panels_get_legacy_state | contrib-6/panels/panels.module | Gateway to the PanelsLegacyState class/object, which does all legacy state
checks and provides information about the cause of legacy states as needed. |
| panels_get_panels | contrib-6/panels/panels.module | Get a list of panel regions available in the layout. |
| panels_get_path | contrib-6/panels/panels.module | panels path helper function |
| panels_goto | contrib-6/panels/panels.module | Perform a drupal_goto on a destination that may be an array like url(). |
| panels_load_display | contrib-6/panels/panels.module | Load a single display. |
| panels_load_display | contrib-6/panels/panels.module | Load a single display. |
| panels_load_displays | contrib-6/panels/panels.module | Load and fill the requested $display object(s). |
| panels_load_include | contrib-6/panels/panels.module | Load a panels include file. |
| panels_new_display | contrib-6/panels/panels.module | Creates a new display, setting the ID to our magic new id. |
| panels_new_pane | contrib-6/panels/panels.module | Create a new pane. |
| panels_pane_select_context | contrib-6/panels/panels.module | Select a context for a pane. |
| panels_print_layout | contrib-6/panels/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_print_layout_link | contrib-6/panels/panels.module | Print the layout link. Sends out to a theme function.
@layout |
| panels_render_display | contrib-6/panels/panels.module | Render a display by loading the content into an appropriate
array and then passing through to panels_render_layout. |
| panels_save_display | contrib-6/panels/panels.module | Save a display object. |
| panels_save_display | contrib-6/panels/panels.module | Save a display object. |
| panel_context_panels_cache_break_lock | contrib-6/panels/panels.module | Break the lock on a page manager page. |
| panel_context_panels_cache_clear | contrib-6/panels/panels.module | Save all changes made to a display using the Page Manager page cache. |
| panel_context_panels_cache_get | contrib-6/panels/panels.module | Get display edit cache on behalf of panel context. |
| panel_context_panels_cache_save | contrib-6/panels/panels.module | Save all changes made to a display using the Page Manager page cache. |
| panel_context_panels_cache_set | contrib-6/panels/panels.module | Store a display edit in progress in the page cache. |
| template_preprocess_panels_pane | contrib-6/panels/panels.module | Clean up the panel pane variables for the template. |
| theme_panels_layout_icon | contrib-6/panels/panels.module | Theme the layout icon image
@layout
@todo move to theme.inc |
| theme_panels_layout_link | contrib-6/panels/panels.module | Theme the layout link image
@layout |
| theme_panels_render_display_form | contrib-6/panels/panels.module | Theme function to render our panel as a form. |
| _panel_context_panels_cache_get_page_cache | contrib-6/panels/panels.module | Get the Page Manager cache for the panel_context plugin. |