Delete.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestMysql

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\mysql\Driver\Database\mysql\Delete as CoreDelete;

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

}

Classes

Title Deprecated Summary
Delete MySQL test implementation of \Drupal\Core\Database\Query\Delete.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.