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