You are here

abstract public function boxes_box::options_defaults in Boxes 6

Same name and namespace in other branches
  1. 7 plugins/boxes_box.inc \boxes_box::options_defaults()

Declare default options.

1 call to boxes_box::options_defaults()
boxes_box::__construct in plugins/boxes_box.inc
Create a new box.
1 method overrides boxes_box::options_defaults()
boxes_simple::options_defaults in plugins/boxes_simple.inc
Implementation of boxes_content::options_defaults().

File

plugins/boxes_box.inc, line 124

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