You are here

function views_handler_filter_many_to_one_content::get_value_options in Content Construction Kit (CCK) 6

File

includes/content.views.inc, line 189

Class

views_handler_filter_many_to_one_content
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();
}