Insert.php
Namespace
Drupal\driver_test\Driver\Database\DrivertestMysqlFile
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestMysql/ Insert.php
View source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestMysql;
include_once dirname(__DIR__, 8) . '/mysql/src/Driver/Database/mysql/Insert.php';
use Drupal\mysql\Driver\Database\mysql\Insert as CoreInsert;
/**
* MySQL test implementation of \Drupal\Core\Database\Query\Insert.
*/
class Insert extends CoreInsert {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Insert | MySQL test implementation of \Drupal\Core\Database\Query\Insert. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.