protected static property EntityFieldQuery::$leftJoinOperators in RESTful 7.2
List of operators that require a LEFT JOIN instead of an INNER JOIN.
Type: array
Overrides EntityFieldQuery::$leftJoinOperators
File
- src/
Util/ EntityFieldQuery.php, line 27 - Contains \Drupal\restful\Util\EntityFieldQuery.
Class
Namespace
Drupal\restful\UtilCode
protected static $leftJoinOperators = array(
'NOT IN',
'IS NULL',
'IS NOT NULL',
'<>',
'NOT BETWEEN',
'NOT LIKE',
);