You are here

abstract public function boxes_box::render in Boxes 7

Same name and namespace in other branches
  1. 6 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
Implements boxes_box::render().

File

plugins/boxes_box.inc, line 162

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();