You are here

Views argument handlers in Views (for Drupal 7) 8.3

Handlers to tell Views how to contextually filter queries.

File

lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php, line 14
Definition of Drupal\views\Plugin\views\argument\ArgumentPluginBase.

Classes

Namesort descending Location Description
ArgumentPluginBase lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php Base class for arguments.
ArgumentPluginBase lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php Base class for arguments.
Broken lib/Drupal/views/Plugin/views/argument/Broken.php A special handler to take the place of missing or broken handlers.
CategoryCid lib/Views/aggregator/Plugin/views/argument/CategoryCid.php Argument handler to accept an aggregator category id.
Date lib/Drupal/views/Plugin/views/argument/Date.php Abstract argument handler for dates.
Fid lib/Views/file/Plugin/views/argument/Fid.php Argument handler to accept multiple file ids.
Fid lib/Views/aggregator/Plugin/views/argument/Fid.php Argument handler to accept an aggregator feed id.
FieldList lib/Views/field/Plugin/views/argument/FieldList.php Argument handler for list field to show the human readable name in the summary.
Formula lib/Drupal/views/Plugin/views/argument/Formula.php Abstract argument handler for simple formulae.
GroupByNumeric lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php Simple handler for arguments using group by.
Iid lib/Views/aggregator/Plugin/views/argument/Iid.php Argument handler to accept an aggregator item id.
IndexTid lib/Views/taxonomy/Plugin/views/argument/IndexTid.php Allow taxonomy term ID(s) as argument.
IndexTidDepth lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php Argument handler for taxonomy terms with depth.
IndexTidDepthModifier lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php Argument handler for to modify depth for a previous term.
Language lib/Views/language/Plugin/views/argument/Language.php Argument handler to accept a language.
ListString lib/Views/field/Plugin/views/argument/ListString.php Argument handler for list field to show the human readable name in the summary.
ManyToOne 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:
NodeTnid lib/Views/translation/Plugin/views/argument/NodeTnid.php Argument handler to accept a node translation id.
Null lib/Drupal/views/Plugin/views/argument/Null.php Argument handler that ignores the argument.
Numeric lib/Drupal/views/Plugin/views/argument/Numeric.php Basic argument handler for arguments that are numeric. Incorporates break_phrase.
RolesRid lib/Views/user/Plugin/views/argument/RolesRid.php Allow role ID(s) as argument.
Search lib/Views/search/Plugin/views/argument/Search.php Argument that accepts query keys for search.
Standard lib/Drupal/views/Plugin/views/argument/Standard.php Default implementation of the base argument plugin.
String lib/Drupal/views/Plugin/views/argument/String.php Basic argument handler to implement string arguments that may have length limits.
Taxonomy lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php Argument handler for basic taxonomy tid.
Uid lib/Views/user/Plugin/views/argument/Uid.php Argument handler to accept a user id.
UserUid lib/Views/comment/Plugin/views/argument/UserUid.php Argument handler to accept a user id to check for nodes that user posted or commented on.
VocabularyMachineName lib/Views/taxonomy/Plugin/views/argument/VocabularyMachineName.php Argument handler to accept a vocabulary machine name.
VocabularyVid lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php Argument handler to accept a vocabulary id.