function Access::canExpose

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/views/filter/Access.php \Drupal\node\Plugin\views\filter\Access::canExpose()
  2. 8.9.x core/modules/node/src/Plugin/views/filter/Access.php \Drupal\node\Plugin\views\filter\Access::canExpose()
  3. 11.x core/modules/node/src/Plugin/views/filter/Access.php \Drupal\node\Plugin\views\filter\Access::canExpose()

Overrides FilterPluginBase::canExpose

File

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

Class

Access
Filter by node_access records.

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.