You are here

public function ValidFacebookInstantArticles::canExpose in Facebook Instant Articles 8.2

Same name and namespace in other branches
  1. 3.x modules/fb_instant_articles_views/src/Plugin/views/filter/ValidFacebookInstantArticles.php \Drupal\fb_instant_articles_views\Plugin\views\filter\ValidFacebookInstantArticles::canExpose()

Determine if a filter can be exposed.

Overrides FilterPluginBase::canExpose

File

modules/fb_instant_articles_views/src/Plugin/views/filter/ValidFacebookInstantArticles.php, line 85

Class

ValidFacebookInstantArticles
Simple filter that checks if a node implements the FIA custom view mode.

Namespace

Drupal\fb_instant_articles_views\Plugin\views\filter

Code

public function canExpose() {
  return FALSE;
}