1 views_handler_argument.inc views_handler_argument::set_argument($arg)

Set the input for this argument

Return value

TRUE if it successfully validates; FALSE if it does not.:

File

core/modules/views/handlers/views_handler_argument.inc, line 1072
@todo.

Class

views_handler_argument
Base class for arguments.

Code

function set_argument($arg) {
  $this->argument = $arg;
  return $this->validate_arg($arg);
}