You are here

Upsert.php in Drupal 10

File

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

namespace Drupal\driver_test\Driver\Database\DrivertestMysql;

include_once dirname(__DIR__, 8) . '/mysql/src/Driver/Database/mysql/Upsert.php';
use Drupal\mysql\Driver\Database\mysql\Upsert as CoreUpsert;

/**
 * MySQL test implementation of \Drupal\Core\Database\Query\Upsert.
 */
class Upsert extends CoreUpsert {

}

Classes

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