Update.php
Namespace
Drupal\mysql\Driver\Database\mysqlFile
-
core/
modules/ mysql/ src/ Driver/ Database/ mysql/ Update.php
View source
<?php
namespace Drupal\mysql\Driver\Database\mysql;
use Drupal\Core\Database\Query\Update as QueryUpdate;
@trigger_error('Extending from \\Drupal\\mysql\\Driver\\Database\\mysql\\Update is deprecated in drupal:11.0.0 and is removed from drupal:12.0.0. Extend from the base class instead. See https://www.drupal.org/node/3256524', E_USER_DEPRECATED);
/**
* MySQL implementation of \Drupal\Core\Database\Query\Update.
*/
class Update extends QueryUpdate {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Update | MySQL 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.