You are here

public function ValidFacebookInstantArticles::canExpose in Facebook Instant Articles 8

Determine if a filter can be exposed.

Overrides FilterPluginBase::canExpose

File

src/Plugin/views/filter/ValidFacebookInstantArticles.php, line 37
Contains \Drupal\views\Plugin\views\filter\ImplementsViewMode.

Class

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

Namespace

Drupal\fb_instant_articles\Plugin\views\filter

Code

public function canExpose() {
  return FALSE;
}