function ConditionTest::providerValidOperators
Same name and namespace in other branches
- main core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php \Drupal\Tests\pgsql\Unit\EntityQuery\ConditionTest::providerValidOperators()
Data provider for ::testValidOperatorsAreAccepted().
File
-
core/
modules/ pgsql/ tests/ src/ Unit/ EntityQuery/ ConditionTest.php, line 43
Class
Namespace
Drupal\Tests\pgsql\Unit\EntityQueryCode
public static function providerValidOperators() : array {
return [
'IN operator' => [
'IN',
],
'NOT IN operator' => [
'NOT IN',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.