You are here

public function ContextualBundle::adminSummary in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/filter/ContextualBundle.php \Drupal\entity_browser\Plugin\views\filter\ContextualBundle::adminSummary()

Display the filter on the administrative summary

Overrides InOperator::adminSummary

File

src/Plugin/views/filter/ContextualBundle.php, line 153

Class

ContextualBundle
Filter class which allows filtering by entity bundles.

Namespace

Drupal\entity_browser\Plugin\views\filter

Code

public function adminSummary() {
  return NULL;
}