22 calls to HandlerBase::placeholder() in Drupal 8
- Combine::opContains in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Combine::opContainsWord in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Filters by one or more words.
- Combine::opEndsWith in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Combine::opEqual in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- By default things like opEqual uses add_where, that doesn't support complex expressions, so override opEqual (and all operators below).
- Combine::opNotEndsWith in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Combine::opNotLike in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Combine::opNotStartsWith in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Combine::opRegex in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- Filters by a regular expression.
- Combine::opStartsWith in core/modules/ views/ src/ Plugin/ views/ filter/ Combine.php 
- FieldTest::getPlaceholder in core/modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ field/ FieldTest.php 
- A mock function which allows to call placeholder from public.
- Formula::query in core/modules/ views/ src/ Plugin/ views/ argument/ Formula.php 
- Build the query based upon the formula
- GroupByNumeric::opBetween in core/modules/ views/ src/ Plugin/ views/ filter/ GroupByNumeric.php 
- Filters by operator between.
- GroupByNumeric::opSimple in core/modules/ views/ src/ Plugin/ views/ filter/ GroupByNumeric.php 
- GroupByNumeric::query in core/modules/ views/ src/ Plugin/ views/ argument/ GroupByNumeric.php 
- Set up the query for this argument.
- 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/ filter/ Search.php 
- Add this filter to the query.
- 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
- StringFilter::opLongerThan in core/modules/ views/ src/ Plugin/ views/ filter/ StringFilter.php 
- StringFilter::opShorterThan in core/modules/ views/ src/ Plugin/ views/ filter/ StringFilter.php 
- UidRevision::query in core/modules/ node/ src/ Plugin/ views/ filter/ UidRevision.php 
- Add this filter to the query.
- UidRevision::query in core/modules/ node/ src/ Plugin/ views/ argument/ UidRevision.php 
- Set up the query for this argument.
