function views_plugin_argument_validate::get_argument in Views (for Drupal 7) 6.2
Return the validate argument.
2 calls to views_plugin_argument_validate::get_argument()
File
- plugins/
views_plugin_argument_validate.inc, line 58 - Contains the base argument validator plugin.
Class
- views_plugin_argument_validate
- Base argument validator plugin to provide basic functionality.
Code
function get_argument() {
return isset($this->argument->options[$this->option_name]) ? $this->argument->options[$this->option_name] : '';
}