Issue #2868759 by dpagini: ConditionInterface::conditionGroupFactory API documentation typo AND/OR
parent
e3979f2aa3
commit
23ec4d593a
|
@ -197,7 +197,7 @@ interface ConditionInterface {
|
||||||
*
|
*
|
||||||
* @param $conjunction
|
* @param $conjunction
|
||||||
* - AND (default): this is the equivalent of andConditionGroup().
|
* - AND (default): this is the equivalent of andConditionGroup().
|
||||||
* - OR: this is the equivalent of andConditionGroup().
|
* - OR: this is the equivalent of orConditionGroup().
|
||||||
*
|
*
|
||||||
* @return \Drupal\Core\Database\Query\ConditionInterface
|
* @return \Drupal\Core\Database\Query\ConditionInterface
|
||||||
* An object holding a group of conditions.
|
* An object holding a group of conditions.
|
||||||
|
|
Loading…
Reference in New Issue