You are here

function views_php_handler_filter::can_expose in Views PHP 7.2

Same name and namespace in other branches
  1. 6 plugins/views/views_php_handler_filter.inc \views_php_handler_filter::can_expose()
  2. 7 plugins/views/views_php_handler_filter.inc \views_php_handler_filter::can_expose()

Implements views_handler#can_expose().

Overrides views_handler_filter::can_expose

File

plugins/views/views_php_handler_filter.inc, line 15

Class

views_php_handler_filter
A handler to filter a view using PHP defined by the administrator.

Code

function can_expose() {
  return FALSE;
}