You are here

public function views_handler_filter_node_tnid::can_expose in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 modules/translation/views_handler_filter_node_tnid.inc \views_handler_filter_node_tnid::can_expose()
  2. 6.2 modules/translation/views_handler_filter_node_tnid.inc \views_handler_filter_node_tnid::can_expose()

Determine if a filter can be exposed.

Overrides views_handler_filter::can_expose

File

modules/translation/views_handler_filter_node_tnid.inc, line 50
Definition of views_handler_filter_node_tnid.

Class

views_handler_filter_node_tnid
Filter by whether the node is the original translation.

Code

public function can_expose() {
  return FALSE;
}