You are here

function i18nviews_handler_argument_taxonomy_term_language::title in Internationalization Views 7.3

Override the behavior of title(). Get the user friendly version of the node type.

Overrides views_handler_argument::title

File

includes/i18nviews_handler_argument_taxonomy_term_language.inc, line 23

Class

i18nviews_handler_argument_taxonomy_term_language
Argument handler to accept a language.

Code

function title() {
  return $this
    ->term_language($this->argument);
}