You are here

Condition.php in Zircon Profile 8.0

File

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

/**
 * @file
 * Contains \Drupal\Core\Entity\KeyValueStore\Query\Condition.
 */
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.