1.20.x views_plugin_argument_validate.inc views_plugin_argument_validate::process_summary_arguments(&$args)

Process the summary arguments for displaying.

Some plugins alter the argument so it uses something else internally. For example the user validation set's the argument to the uid, for a faster query. But there are use cases where you want to use the old value again, for example the summary.

File

modules/views/plugins/views_plugin_argument_validate.inc, line 94
Contains the base argument validator plugin.

Class

views_plugin_argument_validate
Base argument validator plugin to provide basic functionality.

Code

function process_summary_arguments(&$args) {
}