function PanelizerEntityInterface::render_entity in Panelizer 7.3
Same name and namespace in other branches
- 7.2 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 147 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
function render_entity($entity, $view_mode, $langcode = NULL, $args = array(), $address = NULL);