You are here

function cck_select_other_handler_filter::get_value_options in CCK Select Other 6

Same name and namespace in other branches
  1. 7.2 views/cck_select_other_handler_filter.inc \cck_select_other_handler_filter::get_value_options()
  2. 7 views/cck_select_other_handler_filter.inc \cck_select_other_handler_filter::get_value_options()

File

views/cck_select_other_handler_filter.inc, line 12

Class

cck_select_other_handler_filter
Extends Content Handler Filter Many To One for CCK Select Other

Code

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