Issue #2868759 by dpagini: ConditionInterface::conditionGroupFactory API documentation typo AND/OR

8.4.x
Gabor Hojtsy 2017-06-15 09:59:24 +02:00
parent e3979f2aa3
commit 23ec4d593a
1 changed files with 1 additions and 1 deletions

View File

@ -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.