You are here

Delete.php in Drupal 9

File

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

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

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

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

}

Classes

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