Renders the content.
Paramètres
$hide_emtpy If set to true, then the renderer should return an empty: array if there is no content to display, for example if the user does not have access to the requested content.
$args Used during an ajax call to pass in the settings necessary to: render this type of content.
6 methods override QuickContentRenderable::render()
- QuickBlockContent::render dans plugins/
QuickBlockContent.inc - Renders the content.
- QuickCallbackContent::render dans plugins/
QuickCallbackContent.inc - Renders the content.
- QuickNodeContent::render dans plugins/
QuickNodeContent.inc - Renders the content.
- QuickPreRenderedContent::render dans ./
quicktabs.classes.inc - The render method simply returns the contents that were passed in and stored during construction.
- QuickQtabsContent::render dans plugins/
QuickQtabsContent.inc - Renders the content.
Fichier
-
./
quicktabs.classes.inc, line 349
Classe
- QuickContentRenderable
- Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderable interface.
Code
public function render($hide_empty = FALSE, $args = array());