Delete.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Delete.php

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion;

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.