You are here

function vms_handler_filter_mlid::can_expose in Views Menu Support 8

Same name and namespace in other branches
  1. 7 handlers/vms_handler_filter_mlid.inc \vms_handler_filter_mlid::can_expose()

This filter cannot be exposed.

File

handlers/vms_handler_filter_mlid.inc, line 46
Filter handler for allowing restricting integer fields based on currently active menu items (plus trails).

Class

vms_handler_filter_mlid
Filter to compare a field against currently active menu link item.

Code

function can_expose() {
  return FALSE;
}