Delete.php

Namespace

Drupal\Core\Database\Driver\mysql

File

core/lib/Drupal/Core/Database/Driver/mysql/Delete.php

View source
<?php

namespace Drupal\Core\Database\Driver\mysql;

use Drupal\Core\Database\Query\Delete as QueryDelete;

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

}

Classes

Title Deprecated Summary
Delete MySQL 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.