Delete.php

Namespace

Drupal\sqlite\Driver\Database\sqlite

File

core/modules/sqlite/src/Driver/Database/sqlite/Delete.php

View source
<?php

namespace Drupal\sqlite\Driver\Database\sqlite;

use Drupal\Core\Database\Query\Delete as QueryDelete;
@trigger_error('Extending from \\Drupal\\sqlite\\Driver\\Database\\sqlite\\Delete is deprecated in drupal:11.0.0 and is removed from drupal:12.0.0. Extend from the base class instead. See https://www.drupal.org/node/3256524', E_USER_DEPRECATED);

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

}

Classes

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