function 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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.