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