Roles::operators |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Roles.php |
Override empty and not empty operator labels to be clearer for user roles. |
String::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array. |
Numeric::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
|
ManyToOne::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php |
This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array. |
BooleanOperatorString |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php |
Simple filter to handle matching of boolean values. |
InOperator::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array. |
BooleanOperatorString.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php |
Definition of Drupal\views\Plugin\views\filter\BooleanOperatorString. |
BooleanOperatorString::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php |
Add this filter to the query. |
Twig_Extension::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension.php |
Returns a list of operators to add to the existing list. |
Twig_Environment::initOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
Twig_Extension_Core::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a list of operators to add to the existing list. |
Twig_Environment::$unaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
Twig_Environment::$binaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
Twig_Environment::getUnaryOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Gets the registered unary Operators. |
Twig_Environment::getBinaryOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Gets the registered binary Operators. |
Twig_ExtensionInterface::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php |
Returns a list of operators to add to the existing list. |
Twig_ExpressionParser::$unaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
Twig_ExpressionParser::$binaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
FilterInOperatorTest::testFilterInOperatorSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
|