You are here

Condition.php in Drupal 8

File

core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php
View source
<?php

namespace Drupal\Core\Entity\KeyValueStore\Query;

use Drupal\Core\Config\Entity\Query\Condition as ConditionParent;

/**
 * Defines the condition class for the key value entity query.
 */
class Condition extends ConditionParent {

}

Classes

Namesort descending Description
Condition Defines the condition class for the key value entity query.