You are here

function views_handler_filter_tag_font_tid::has_extra_options in @font-your-face 7

Same name and namespace in other branches
  1. 6.2 views/views_handler_filter_tag_font_tid.inc \views_handler_filter_tag_font_tid::has_extra_options()
  2. 7.2 modules/fontyourface_ui/views/views_handler_filter_tag_font_tid.inc \views_handler_filter_tag_font_tid::has_extra_options()

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides views_handler::has_extra_options

File

views/views_handler_filter_tag_font_tid.inc, line 14
Views handler.

Class

views_handler_filter_tag_font_tid
Filter by tag id. Largely copied from views_handler_filter_term_node_tid.inc

Code

function has_extra_options() {
  return TRUE;
}