public function ArgumentValidatorPluginBase::processSummaryArguments

Process the summary arguments for displaying.

Some plugins alter the argument so it uses something else interal. 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 ArgumentValidatorPluginBase::processSummaryArguments()
Term::processSummaryArguments in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Process the summary arguments for displaying.
User::processSummaryArguments in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php
Process the summary arguments for displaying.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php, line 93
Definition of Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase.

Class

ArgumentValidatorPluginBase
Base argument validator plugin to provide basic functionality.

Namespace

Drupal\views\Plugin\views\argument_validator

Code

public function processSummaryArguments(&$args) {
}