17 calls to StringFilter::getConditionOperator()

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'.
StringFilter::opContains in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'LIKE'.
StringFilter::opContainsWord in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'contains'.
StringFilter::opEndsWith in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'ends with'.
StringFilter::operator in core/modules/views/src/Plugin/views/filter/StringFilter.php
Get the query operator.
StringFilter::opNotEndsWith in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'not ends with'.
StringFilter::opNotLike in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'not LIKE'.
StringFilter::opNotStartsWith in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'not starts with'.
StringFilter::opStartsWith in core/modules/views/src/Plugin/views/filter/StringFilter.php
Adds a where clause for the operation, 'starts with'.

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