public function ContextualBundle::canExpose in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/Plugin/views/filter/ContextualBundle.php \Drupal\entity_browser\Plugin\views\filter\ContextualBundle::canExpose()
Determine if a filter can be exposed.
Overrides FilterPluginBase::canExpose
File
- src/
Plugin/ views/ filter/ ContextualBundle.php, line 146
Class
- ContextualBundle
- Filter class which allows filtering by entity bundles.
Namespace
Drupal\entity_browser\Plugin\views\filterCode
public function canExpose() {
return TRUE;
}