You are here

public function ViewsFieldsOnOffForm::canExpose in Views Fields On/Off 8

Determine if a handler can be exposed.

Overrides HandlerBase::canExpose

File

src/Plugin/views/field/ViewsFieldsOnOffForm.php, line 20

Class

ViewsFieldsOnOffForm
Provides a handler that adds the form for Fields On/Off.

Namespace

Drupal\views_fields_on_off\Plugin\views\field

Code

public function canExpose() {
  return TRUE;
}