Condition.php 241 B

123456789101112
  1. <?php
  2. namespace Drupal\Core\Entity\KeyValueStore\Query;
  3. use Drupal\Core\Config\Entity\Query\Condition as ConditionParent;
  4. /**
  5. * Defines the condition class for the key value entity query.
  6. */
  7. class Condition extends ConditionParent {
  8. }