You are here

public function LatestTranslationAffectedRevision::canExpose in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php \Drupal\views\Plugin\views\filter\LatestTranslationAffectedRevision::canExpose()

Determine if a filter can be exposed.

Overrides FilterPluginBase::canExpose

File

core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php, line 81

Class

LatestTranslationAffectedRevision
Filter to show only the latest translation affected revision of an entity.

Namespace

Drupal\views\Plugin\views\filter

Code

public function canExpose() {
  return FALSE;
}