You are here

function flexiform_handler_filter_tags::get_value_options in Flexiform 7

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

This can use a guard to be used to reduce database hits as much as possible.

Return value

Return the stored values in $this->value_options if someone expects it.

Overrides views_handler_filter_in_operator::get_value_options

File

includes/views/handlers/flexiform_handler_filter_tags.inc, line 12
Contains handler for tags filter on flexiform views.

Class

flexiform_handler_filter_tags
@file Contains handler for tags filter on flexiform views.

Code

function get_value_options() {

  /* don't overwrite the value options */
}