Update.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\Core\Database\Driver\mysqlFile
core/lib/Drupal/Core/Database/Driver/mysql/Update.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Database\Driver\mysql\Update.
*/
namespace Drupal\Core\Database\Driver\mysql;
use Drupal\Core\Database\Query\Update as QueryUpdate;
/**
* MySQL implementation of \Drupal\Core\Database\Query\Update.
*/
class Update extends QueryUpdate {
}
Classes
Name | Description |
---|---|
Update | MySQL implementation of \Drupal\Core\Database\Query\Update. |