Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / KeyValueStore / Query / Condition.php
1 <?php
2
3 namespace Drupal\Core\Entity\KeyValueStore\Query;
4
5 use Drupal\Core\Config\Entity\Query\Condition as ConditionParent;
6
7 /**
8  * Defines the condition class for the key value entity query.
9  */
10 class Condition extends ConditionParent {
11
12 }