21 calls to HandlerBase::placeholder()

Combine::opContains in core/modules/views/src/Plugin/views/filter/Combine.php
Adds a where clause for the operation, 'LIKE'.
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
Adds a where clause for the operation, 'ends with'.
Combine::opEqual in core/modules/views/src/Plugin/views/filter/Combine.php
Adds a where clause for the operation, 'equals'.
Combine::opNotEndsWith in core/modules/views/src/Plugin/views/filter/Combine.php
Adds a where clause for the operation, 'not ends with'.
Combine::opNotLike in core/modules/views/src/Plugin/views/filter/Combine.php
Adds a where clause for the operation, 'not LIKE'.
Combine::opNotStartsWith in core/modules/views/src/Plugin/views/filter/Combine.php
Adds a where clause for the operation, 'not starts with'.
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
Adds a where clause for the operation, 'starts with'.
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
Filters by a simple operator.
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/argument/Search.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.
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
Adds a where clause for the operation, 'longer than'.
StringFilter::opShorterThan in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'shorter than'.
UidRevision::query in core/modules/node/src/Plugin/views/filter/UidRevision.php
Add this filter to the query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.