You are here

function i18nviews_handler_argument_taxonomy_term_language::construct in Internationalization Views 7.3

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_argument::construct

File

includes/i18nviews_handler_argument_taxonomy_term_language.inc, line 7

Class

i18nviews_handler_argument_taxonomy_term_language
Argument handler to accept a language.

Code

function construct() {
  parent::construct('language');
}