You are here

public function NodeTnidChild::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/NodeTnidChild.php, line 29
Definition of Views\translation\Plugin\views\filter\NodeTnidChild.

Class

NodeTnidChild
Filter by whether the node is not the original translation.

Namespace

Views\translation\Plugin\views\filter

Code

public function canExpose() {
  return FALSE;
}