You are here

function activity_views_handler_filter_access::can_expose in Activity 7

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

Tell Views UI this filter can't be exposed, yet.

Overrides views_handler_filter::can_expose

File

views/views_handler_filters.inc, line 18
Provides the Views Filter Handlers.

Class

activity_views_handler_filter_access
Filters the Activity records to those that are visible to the context user.

Code

function can_expose() {
  return FALSE;
}