You are here

function spaces_handler_filter_spaces_current::operator_options in Spaces 6

Same name and namespace in other branches
  1. 6.2 includes/spaces_handler_filter_spaces_current.inc \spaces_handler_filter_spaces_current::operator_options()

Provide filter application conditions.

1 call to spaces_handler_filter_spaces_current::operator_options()
spaces_handler_filter_spaces_current::operator_form in includes/spaces_handler_filter_spaces_current.inc
Provide a form for setting the operator.

File

includes/spaces_handler_filter_spaces_current.inc, line 45

Class

spaces_handler_filter_spaces_current
Spaces view filter handler.

Code

function operator_options() {
  return array(
    'all' => t('Hide all results'),
    'active' => t('Show all results'),
  );
}