You are here

public function Access::adminSummary in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/views/filter/Access.php \Drupal\node\Plugin\views\filter\Access::adminSummary()

Display the filter on the administrative summary

Overrides FilterPluginBase::adminSummary

File

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

Class

Access
Filter by node_access records.

Namespace

Drupal\node\Plugin\views\filter

Code

public function adminSummary() {
}