Delete.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestPgsql

File

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

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

include_once dirname(__DIR__, 8) . '/pgsql/src/Driver/Database/pgsql/Delete.php';
use Drupal\pgsql\Driver\Database\pgsql\Delete as CoreDelete;

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

}

Classes

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