You are here

Truncate.php in Drupal 8

File

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\Core\Database\Driver\mysql\Truncate as CoreTruncate;

/**
 * MySQL test implementation of \Drupal\Core\Database\Query\Truncate.
 */
class Truncate extends CoreTruncate {

}

Classes

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