Loading core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ public function groupBy($field); * same type as the column. * - 'IN', 'NOT IN': These operators expect $value to be an array of * literals of the same type as the column. * - 'BETWEEN': This operator expects $value to be an array of two literals * of the same type as the column. * - 'BETWEEN', 'NOT BETWEEN': These operators expect $value to be an array * of two literals of the same type as the column. * @param string $langcode * (optional) The language code. * Loading Loading
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ public function groupBy($field); * same type as the column. * - 'IN', 'NOT IN': These operators expect $value to be an array of * literals of the same type as the column. * - 'BETWEEN': This operator expects $value to be an array of two literals * of the same type as the column. * - 'BETWEEN', 'NOT BETWEEN': These operators expect $value to be an array * of two literals of the same type as the column. * @param string $langcode * (optional) The language code. * Loading