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