public function CountryItem::hasExtraOptions in Country 8
If a handler has 'extra options' it will get a little settings widget and another form called extra_options.
Overrides HandlerBase::hasExtraOptions
File
- src/
Plugin/ views/ filter/ CountryItem.php, line 108
Class
- CountryItem
- Filter by country ISO2.
Namespace
Drupal\country\Plugin\views\filterCode
public function hasExtraOptions() {
return TRUE;
}