You are here

public function NodeTnid::canExpose in Views (for Drupal 7) 8.3

Determine if a filter can be exposed.

Overrides FilterPluginBase::canExpose

File

lib/Views/translation/Plugin/views/filter/NodeTnid.php, line 50
Definition of Views\translation\Plugin\views\filter\NodeTnid.

Class

NodeTnid
Filter by whether the node is the original translation.

Namespace

Views\translation\Plugin\views\filter

Code

public function canExpose() {
  return FALSE;
}