You are here

public function views_plugin_argument_validate::process_summary_arguments in Views (for Drupal 7) 7.3

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.

2 methods override views_plugin_argument_validate::process_summary_arguments()
views_plugin_argument_validate_taxonomy_term::process_summary_arguments in modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
Process the summary arguments for displaying.
views_plugin_argument_validate_user::process_summary_arguments in modules/user/views_plugin_argument_validate_user.inc
Process the summary arguments for displaying.

File

plugins/views_plugin_argument_validate.inc, line 105
Definition of views_plugin_argument_validate.

Class

views_plugin_argument_validate
Base argument validator plugin to provide basic functionality.

Code

public function process_summary_arguments(&$args) {
}