public function TaxonomyIndexTid::hasExtraOptions in Views (for Drupal 7) 8.3
If a handler has 'extra options' it will get a little settings widget and another form called extra_options.
Overrides HandlerBase::hasExtraOptions
File
- lib/
Views/ taxonomy/ Plugin/ views/ filter/ TaxonomyIndexTid.php, line 45 - Definition of views_handler_filter_term_node_tid.
Class
- TaxonomyIndexTid
- Filter by term id.
Namespace
Views\taxonomy\Plugin\views\filterCode
public function hasExtraOptions() {
return TRUE;
}