6 calls to panels_renderer_ipe::access() in Panels 7.3
- panels_renderer_ipe::add_meta in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - Attach out-of-band page metadata (e.g., CSS and JS).
- panels_renderer_ipe::prepare_panes in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - Prepare the list of panes to be rendered, accounting for visibility/access settings and rendering order.
- panels_renderer_ipe::render in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - Build inner content, then hand off to layout-specified theme function for final render step.
- panels_renderer_ipe::render_pane in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - Override & call the parent, then pass output through to the dnd wrapper theme function.
- panels_renderer_ipe::render_pane_content in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - Render the interior contents of a single pane.
- panels_renderer_ipe::render_region in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - Add an 'empty' pane placeholder above all the normal panes.