You are here

function activity_views_handler_filter_role::get_value_options in Activity 6

File

views/activity_views_handler_filter_role.inc, line 5

Class

activity_views_handler_filter_role

Code

function get_value_options() {
  $this->value_options = array(
    'all' => t('All'),
    'author' => t('Author'),
  );
}