Views argument handlers

Handlers to tell Views how to contextually filter queries.

File

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

Classes

Namesort descending Location Description
ArgumentPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php Base class for arguments.
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.
Fid drupal/core/modules/file/lib/Drupal/file/Plugin/views/argument/Fid.php Argument handler to accept multiple file ids.
FieldList drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php Argument handler for list field to show the human readable name in the summary.
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.
IndexTid drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTid.php Allow taxonomy term ID(s) as argument.
IndexTidDepth drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepth.php Argument handler for taxonomy terms with depth.
IndexTidDepthModifier drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php Argument handler for to modify depth for a previous term.
LanguageArgument drupal/core/modules/language/lib/Drupal/language/Plugin/views/argument/LanguageArgument.php Defines an argument handler to accept a language.
ListString drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php Argument handler for list field to show the human readable name in the summary.
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.
RolesRid drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/RolesRid.php Allow role ID(s) as argument.
Search drupal/core/modules/search/lib/Drupal/search/Plugin/views/argument/Search.php Argument that accepts query keys for search.
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.
Taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/Taxonomy.php Argument handler for basic taxonomy tid.
Uid drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php Argument handler to accept a user id.
UserUid drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php Argument handler to accept a user id to check for nodes that user posted or commented on.
VocabularyMachineName drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php Argument handler to accept a vocabulary machine name.
VocabularyVid drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php Argument handler to accept a vocabulary id.