You are here

Update.php in Drupal 10

File

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

namespace Drupal\driver_test\Driver\Database\DrivertestMysql;

use Drupal\mysql\Driver\Database\mysql\Update as CoreUpdate;

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

}

Classes

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