function PanelizerEntityInterface::render_entity in Panelizer 7.2
Same name and namespace in other branches
- 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::render_entity()
Render a panelized entity.
1 method overrides PanelizerEntityInterface::render_entity()
- PanelizerEntityDefault::render_entity in plugins/
entity/ PanelizerEntityDefault.class.php - Render the panels display for a given panelizer entity.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 92 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
function render_entity($entity, $args = array());