panels_clear_cached_content |
includes/plugins.inc |
Clear all cached content for a display. |
panels_ct_conf_form |
includes/plugins.inc |
Add the default FAPI elements to the content type configuration form |
panels_ct_get_content |
includes/plugins.inc |
Get the content from a given content type. |
panels_ct_get_title |
includes/plugins.inc |
Get the title from a given content type. |
panels_ct_get_types |
includes/plugins.inc |
Get all of the individual types provided by a given content type. This
would be all of the blocks for the block type, or all of the views for
the view type. |
panels_ct_pane_config_form |
includes/plugins.inc |
Call any content type-defined add/edit callbacks so that additions
to $form['configuration'] can be made. |
panels_ct_pane_submit_form |
includes/plugins.inc |
Call any add/edit submit handlers defined by the content type. |
panels_ct_pane_validate_form |
includes/plugins.inc |
Call any add/edit validators defined by the content type. |
panels_get_all_content_types |
includes/plugins.inc |
Get an array of all content types that can be fed into the
display editor for the add content list, regardless of
availability. |
panels_get_available_content_types |
includes/plugins.inc |
Get an array of all available content types that can be fed into the
display editor for the add content list. |
panels_get_cached_content |
includes/plugins.inc |
Get cached content for a given display and possibly pane. |
panels_get_panels |
includes/plugins.inc |
Get a list of panels available in the layout. |
panels_get_pane_content |
includes/plugins.inc |
Get the content from a given pane. |
panels_get_pane_title |
includes/plugins.inc |
Get the title of a pane. |
panels_pane_access |
includes/plugins.inc |
Master pane access function; combines all the relevant parameters that
natively used by the Panels API to determine a pane's access. Called from
panels_render_panes(). |
panels_set_cached_content |
includes/plugins.inc |
Store cached content for a given display and possibly pane. |
_panels_pane_access_role |
includes/plugins.inc |
Determine role-based access to a panel pane for the current user |