ArgumentPluginBase |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Base class for argument (contextual filter) handler plugins. |
Broken |
core/modules/views/src/Plugin/views/argument/Broken.php |
A special handler to take the place of missing or broken handlers. |
Date |
core/modules/views/src/Plugin/views/argument/Date.php |
Abstract argument handler for dates. |
DayDate |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Argument handler for a day (DD) |
Formula |
core/modules/views/src/Plugin/views/argument/Formula.php |
Abstract argument handler for simple formulae. |
FullDate |
core/modules/views/src/Plugin/views/argument/FullDate.php |
Argument handler for a full date (CCYYMMDD) |
GroupByNumeric |
core/modules/views/src/Plugin/views/argument/GroupByNumeric.php |
Simple handler for arguments using group by. |
LanguageArgument |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php |
Defines an argument handler to accept a language. |
ManyToOne |
core/modules/views/src/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: |
MonthDate |
core/modules/views/src/Plugin/views/argument/MonthDate.php |
Argument handler for a month (MM) |
NullArgument |
core/modules/views/src/Plugin/views/argument/NullArgument.php |
Argument handler that ignores the argument. |
NumericArgument |
core/modules/views/src/Plugin/views/argument/NumericArgument.php |
Basic argument handler for arguments that are numeric. Incorporates
break_phrase. |
Standard |
core/modules/views/src/Plugin/views/argument/Standard.php |
Default implementation of the base argument plugin. |
StringArgument |
core/modules/views/src/Plugin/views/argument/StringArgument.php |
Basic argument handler to implement string arguments that may have length
limits. |
WeekDate |
core/modules/views/src/Plugin/views/argument/WeekDate.php |
Argument handler for a week. |
YearDate |
core/modules/views/src/Plugin/views/argument/YearDate.php |
Argument handler for a year (CCYY) |
YearMonthDate |
core/modules/views/src/Plugin/views/argument/YearMonthDate.php |
Argument handler for a year plus month (CCYYMM) |