You are here

public static function OGRulesDataUIGroup::optionsList in Organic groups 7

File

./og.rules.inc, line 68
Rules integration for the Organic groups module.

Class

OGRulesDataUIGroup
UI that adds in the group options list.

Code

public static function optionsList() {
  return og_label_multiple(og_get_all_group());
}