function views_handler_argument::default_default
This just returns true.
The view argument builder will know where to find the argument from.
@todo Why is this needed?
File
- 
              handlers/views_handler_argument.inc, line 821 
Class
- views_handler_argument
- Base class for arguments.
Code
public function default_default() {
  return TRUE;
}