You are here

Insert.php in Drupal 8

File

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

namespace Drupal\driver_test\Driver\Database\DrivertestMysql;

use Drupal\Core\Database\Driver\mysql\Insert as CoreInsert;

/**
 * MySQL test implementation of \Drupal\Core\Database\Query\Insert.
 */
class Insert extends CoreInsert {

}

Classes

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