abstract public function boxes_box::options_form in Boxes 6
Same name and namespace in other branches
- 7 plugins/boxes_box.inc \boxes_box::options_form()
Provide options to configure content.
1 method overrides boxes_box::options_form()
- boxes_simple::options_form in plugins/
boxes_simple.inc - Implementation of boxes_content::options_form().
File
- plugins/
boxes_box.inc, line 129
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_form();