You are here

Update.php in Drupal 10

File

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

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

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

/**
 * PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
 */
class Update extends CoreUpdate {

}

Classes

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