function Status::canExpose
Same name in this branch
- 11.x core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
Same name in other branches
- 9 core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
- 9 core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::canExpose()
- 8.9.x core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
- 8.9.x core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::canExpose()
- 10 core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::canExpose()
- 10 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\filterCode
public function canExpose() {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.