Update.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Update.php

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion;

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

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

}

Classes

Title Deprecated Summary
Update MySQL test implementation of \Drupal\Core\Database\Query\Update.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.