namespace Drupal\views\Plugin\views\argument

Classsort descending Location Description
ArgumentPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php Base class for arguments.
Broken drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Broken.php A special handler to take the place of missing or broken handlers.
Date drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php Abstract argument handler for dates.
Formula drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Formula.php Abstract argument handler for simple formulae.
GroupByNumeric drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php Simple handler for arguments using group by.
ManyToOne drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship. Definition terms:
Null drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Null.php Argument handler that ignores the argument.
Numeric drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Numeric.php Basic argument handler for arguments that are numeric. Incorporates break_phrase.
Standard drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Standard.php Default implementation of the base argument plugin.
String drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php Basic argument handler to implement string arguments that may have length limits.