You are here

public function CurrentWorkspace::canExpose in Multiversion 8

Determine if a filter can be exposed.

Overrides FilterPluginBase::canExpose

File

src/Plugin/views/filter/CurrentWorkspace.php, line 21

Class

CurrentWorkspace
Filter by current workspace.

Namespace

Drupal\multiversion\Plugin\views\filter

Code

public function canExpose() {
  return FALSE;
}