You are here

function views_handler_filter_node_nid_php::operator_options in Views PHP Filter 6

Same name and namespace in other branches
  1. 7 views_handler_filter_node_nid_php.inc \views_handler_filter_node_nid_php::operator_options()

File

./views_handler_filter_node_nid_php.inc, line 9

Class

views_handler_filter_node_nid_php

Code

function operator_options() {
  return array(
    'AND' => t('filter to these IDs'),
    'NAND' => t('exclude these IDs'),
  );
}