Code Coverage  | 
     ||||||||||
Classes and Traits  | 
      Functions and Methods  | 
      Lines  | 
     ||||||||
| Total |         | 
      100.00%  | 
      1 / 1  | 
              | 
      100.00%  | 
      0 / 0  | 
      CRAP |         | 
      100.00%  | 
      0 / 0  | 
     
| Condition |         | 
      100.00%  | 
      1 / 1  | 
              | 
      100.00%  | 
      0 / 0  | 
      0 |         | 
      100.00%  | 
      0 / 0  | 
     
| <?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 { | |
| } |