You are here

function workbench_access_handler_filter_access::operator_options in Workbench Access 7

Build strings from the operators() for 'select' options.

Overrides views_handler_filter_in_operator::operator_options

File

includes/workbench_access_handler_filter_access.inc, line 23
Views integration for Workbench.

Class

workbench_access_handler_filter_access
@file Views integration for Workbench.

Code

function operator_options($which = 'title') {
  return array(
    'or' => t('Is one of'),
  );
}