Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Merge.php

Same filename in this branch
  1. 11.1.x core/lib/Drupal/Core/Database/Query/Merge.php
  2. 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Merge.php
  3. 11.1.x core/modules/mysql/src/Driver/Database/mysql/Merge.php

Namespace

Drupal\sqlite\Driver\Database\sqlite

File

core/modules/sqlite/src/Driver/Database/sqlite/Merge.php

View source
<?php

namespace Drupal\sqlite\Driver\Database\sqlite;

use Drupal\Core\Database\Query\Merge as QueryMerge;
@trigger_error('Extending from \\Drupal\\sqlite\\Driver\\Database\\sqlite\\Merge 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);

/**
 * SQLite implementation of \Drupal\Core\Database\Query\Merge.
 */
class Merge extends QueryMerge {

}

Classes

Title Deprecated Summary
Merge SQLite implementation of \Drupal\Core\Database\Query\Merge.
RSS feed
Powered by Drupal