You are here

public function Access::adminSummary in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 22
Contains \Drupal\node\Plugin\views\filter\Access.

Class

Access
Filter by node_access records.

Namespace

Drupal\node\Plugin\views\filter

Code

public function adminSummary() {
}