You are here

function content_handler_filter_many_to_one::get_value_options in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 6.2 includes/views/handlers/content_handler_filter_many_to_one.inc \content_handler_filter_many_to_one::get_value_options()

File

includes/views/handlers/content_handler_filter_many_to_one.inc, line 19
The subclass simply adds properties, for field-specific subclasses to use if they need to.

Class

content_handler_filter_many_to_one
@file The subclass simply adds properties, for field-specific subclasses to use if they need to.

Code

function get_value_options() {
  $this->value_options = $this
    ->allowed_values();
}