Truncate.php in Drupal 8
Same filename in this branch
- 8 core/lib/Drupal/Core/Database/Query/Truncate.php
- 8 core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php
- 8 core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php
- 8 core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php
- 8 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Truncate.php
- 8 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Truncate.php
Same filename and directory in other branches
File
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Truncate.phpView source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestMysql;
use Drupal\Core\Database\Driver\mysql\Truncate as CoreTruncate;
/**
* MySQL test implementation of \Drupal\Core\Database\Query\Truncate.
*/
class Truncate extends CoreTruncate {
}
Classes
Name | Description |
---|---|
Truncate | MySQL test implementation of \Drupal\Core\Database\Query\Truncate. |