function Status::canExpose

Determine if a filter can be exposed.

Overrides FilterPluginBase::canExpose

File

core/modules/media/src/Plugin/views/filter/Status.php, line 30

Class

Status
Filter by published status.

Namespace

Drupal\media\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.