You are here

function activity_views_handler_filter_access::can_expose in Activity 6.2

Same name and namespace in other branches
  1. 7 views/views_handler_filters.inc \activity_views_handler_filter_access::can_expose()

tell Views UI this filter can't be exposed

File

views/activity_views_handler_filter_access.inc, line 12
generic handler that provides access control on where

Class

activity_views_handler_filter_access
@file generic handler that provides access control on where

Code

function can_expose() {
  return FALSE;
}