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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Merge.php

class Merge

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

SQLite implementation of \Drupal\Core\Database\Query\Merge.

Hierarchy

  • class \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\PlaceholderInterface
    • class \Drupal\Core\Database\Query\Merge extends \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\ConditionInterface uses \Drupal\Core\Database\Query\QueryConditionTrait
      • class \Drupal\sqlite\Driver\Database\sqlite\Merge extends \Drupal\Core\Database\Query\Merge

Expanded class hierarchy of Merge

2 string references to 'Merge'
ConfigCommand::execute in vendor/composer/composer/src/Composer/Command/ConfigCommand.php
CoreExtension::getFilters in vendor/twig/twig/src/Extension/CoreExtension.php
Returns a list of filters to add to the existing list.

File

core/modules/sqlite/src/Driver/Database/sqlite/Merge.php, line 12

Namespace

Drupal\sqlite\Driver\Database\sqlite
View source
class Merge extends QueryMerge {

}
RSS feed
Powered by Drupal