You are here

function flag_flag::options_form in Flag 7.3

Same name and namespace in other branches
  1. 5 flag.inc \flag_flag::options_form()
  2. 6.2 flag.inc \flag_flag::options_form()
  3. 6 flag.inc \flag_flag::options_form()
  4. 7.2 flag.inc \flag_flag::options_form()

Provides a form for setting options.

Derived classes should want to override this.

2 methods override flag_flag::options_form()
flag_broken::options_form in includes/flag/flag_flag.inc
Provides a form for setting options.
flag_entity::options_form in includes/flag/flag_entity.inc
Options form extras for the generic entity flag.

File

includes/flag/flag_flag.inc, line 214
Contains the flag_flag class. Flag type classes use an object oriented style inspired by that of Views 2.

Class

flag_flag
This abstract class represents a flag, or, in Views 2 terminology, "a handler".

Code

function options_form(&$form) {
}