10 methods override ArgumentPluginBase::query() in Drupal 8
- Formula::query in core/
modules/ views/ src/ Plugin/ views/ argument/ Formula.php - Build the query based upon the formula
- GroupByNumeric::query in core/
modules/ views/ src/ Plugin/ views/ argument/ GroupByNumeric.php - Set up the query for this argument.
- IndexTidDepth::query in core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ IndexTidDepth.php - Set up the query for this argument.
- IndexTidDepthModifier::query in core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ IndexTidDepthModifier.php - Set up the query for this argument.
- ManyToOne::query in core/
modules/ views/ src/ Plugin/ views/ argument/ ManyToOne.php - Set up the query for this argument.
- NullArgument::query in core/
modules/ views/ src/ Plugin/ views/ argument/ NullArgument.php - Override the behavior of query() to prevent the query from being changed in any way.
- NumericArgument::query in core/
modules/ views/ src/ Plugin/ views/ argument/ NumericArgument.php - Set up the query for this argument.
- Search::query in core/
modules/ search/ src/ Plugin/ views/ argument/ Search.php - Set up the query for this argument.
- StringArgument::query in core/
modules/ views/ src/ Plugin/ views/ argument/ StringArgument.php - Build the query based upon the formula
- UserUid::query in core/
modules/ comment/ src/ Plugin/ views/ argument/ UserUid.php - Set up the query for this argument.