You are here

Select.php in Drupal 10

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Select.php
View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestMysql;

use Drupal\mysql\Driver\Database\mysql\Select as CoreSelect;

/**
 * MySQL test implementation of \Drupal\Core\Database\Query\Select.
 */
class Select extends CoreSelect {

}

Classes

Namesort descending Description
Select MySQL test implementation of \Drupal\Core\Database\Query\Select.