You are here

Delete.php in Drupal 8

File

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

namespace Drupal\driver_test\Driver\Database\DrivertestMysql;

use Drupal\Core\Database\Driver\mysql\Delete as CoreDelete;

/**
 * MySQL test implementation of \Drupal\Core\Database\Query\Delete.
 */
class Delete extends CoreDelete {

}

Classes

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