abstract public function boxes_box::options_form in Boxes 7
Same name and namespace in other branches
- 6 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 - Implements boxes_box::options_form().
File
- plugins/
boxes_box.inc, line 153
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(&$form_state);