Upsert.php
Namespace
Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersionFile
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestMysqlDeprecatedVersion/ Upsert.php
View source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion;
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
Title | Deprecated | Summary |
---|---|---|
Upsert | MySQL test implementation of \Drupal\Core\Database\Query\Upsert. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.