abstract public function boxes_box::render in Boxes 6
Same name and namespace in other branches
- 7 plugins/boxes_box.inc \boxes_box::render()
Render a block. Must return an array with the keys 'delta', 'title', 'subject' (same as title) and 'content'.
title AND subject need to be present to avoid that block module overrides title.
1 method overrides boxes_box::render()
- boxes_simple::render in plugins/
boxes_simple.inc - Implementation of boxes_content::options_form().
File
- plugins/
boxes_box.inc, line 138
Class
- boxes_box
- Abstract base class defining a box. A boxes content plugin provides a form of options for configuring content and renders content for display.
Code
public abstract function render();