You are here

Condition.php in Drupal 10

File

core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Condition.php
View source
<?php

namespace Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses;

use Drupal\Core\Database\Query\Condition as QueryCondition;

/**
 * CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Condition.
 */
class Condition extends QueryCondition {

}

Classes

Namesort descending Description
Condition CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Condition.