function ViewsPhp::canExpose in Views PHP 8
Determine if a filter can be exposed.
Overrides FilterPluginBase::canExpose
File
- src/
Plugin/ views/ filter/ ViewsPhp.php, line 28 - Contains \Drupal\views_php\Plugin\views\filter\ViewsPhp.
Class
- ViewsPhp
- A handler to filter a view using PHP defined by the administrator.
Namespace
Drupal\views_php\Plugin\views\filterCode
function canExpose() {
return FALSE;
}