You are here

Functions comprising the main panels API in Panels 6.2

Same name and namespace in other branches
  1. 8.3 panels.module \mainapi
  2. 6.3 panels.module \mainapi
  3. 7.3 panels.module \mainapi

File

./panels.module, line 288
panels.module

Functions

Namesort descending Location Description
panels_ctools_plugin_directory ./panels.module Implementation of hook_ctools_plugin_directory() to let the system know we implement task and task_handler plugins.
panels_delete_display ./panels.module Delete a display.
panels_edit ./panels.module Main API entry point to edit a panel display.
panels_edit ./panels.module Main API entry point to edit a panel display.
panels_edit_layout ./panels.module API entry point for selecting a layout for a given display.
panels_edit_layout_settings ./panels.module API entry point for configuring the layout settings for a given display.
panels_export_display ./panels.module Exports the provided display into portable code.
panels_export_display ./panels.module Exports the provided display into portable code.
panels_export_pane ./panels.module
panels_export_pane_across_displays ./panels.module }@ End of 'defgroup mainapi', although other functions are specifically added later
panels_load_display ./panels.module Load a single display.
panels_load_display ./panels.module Load a single display.
panels_load_displays ./panels.module Load and fill the requested $display object(s).
panels_new_display ./panels.module Creates a new display, setting the ID to our magic new id.
panels_new_pane ./panels.module
panels_print_layout ./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_icon ./panels.module
panels_print_layout_link ./panels.module Print the layout link. Sends out to a theme function. @layout
panels_render_display ./panels.module Render a display by loading the content into an appropriate array and then passing through to panels_render_layout.
panels_sanitize_display ./panels.module Clean up a display object and add some required information, if missing.
panels_save_display ./panels.module Save a display object.
panels_save_display ./panels.module Save a display object.
panels_var_export ./panels.module
theme_panels_layout_icon ./panels.module Theme the layout icon image @layout @todo move to theme.inc
theme_panels_layout_link ./panels.module Theme the layout link image @layout

Classes

Namesort descending Location Description
panels_allowed_layouts includes/common.inc Class definition for the allowed layouts governing structure.
panels_display ./panels.module Forms the basis of a panel display