You are here

function views_handler_filter_media_type::get_value_options in Kaltura 6

File

plugins/kaltura_views/kaltura_views.module, line 243

Class

views_handler_filter_media_type

Code

function get_value_options() {
  $this->value_options = array(
    1 => t('Video'),
    2 => t('Image'),
    5 => t('Audio'),
    6 => t('Show'),
  );
}