function Status::canExpose

Same name in this branch
  1. 8.9.x core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
Same name and namespace in other branches
  1. 9 core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
  2. 9 core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::canExpose()
  3. 10 core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
  4. 10 core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::canExpose()
  5. 11.x core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
  6. 11.x core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::canExpose()

Overrides FilterPluginBase::canExpose

File

core/modules/node/src/Plugin/views/filter/Status.php, line 21

Class

Status
Filter by published status.

Namespace

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