Search for merge

  1. Search 7.x for merge
  2. Search 9.5.x for merge
  3. Search 8.9.x for merge
  4. Search 10.3.x for merge
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Merge class core/modules/sqlite/src/Driver/Database/sqlite/Merge.php SQLite implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/modules/mysql/src/Driver/Database/mysql/Merge.php MySQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/modules/pgsql/src/Driver/Database/pgsql/Merge.php PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Merge.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Merge.
Merge class core/lib/Drupal/Core/Database/Query/Merge.php General class for an abstracted MERGE query operation.

All search results

Title Object type File name Summary
DisplayPluginBase::mergeHandler function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Merges handlers default values.
DisplayPluginBase::mergePlugin function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Merges plugins default values.
DisplayPluginInterface::mergeDefaults function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Merges default values for all plugin types.
EntityReferenceItem::formProcessMergeParent function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Render API callback that moves entity reference elements up a level.
FieldTranslationSynchronizer::createMergedItem function core/modules/content_translation/src/FieldTranslationSynchronizer.php Creates a merged item.
FilterTestCacheMerge class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Provides a test filter to merge with CacheableMetadata.
FilterTestCacheMerge.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php
FilterTestCacheMerge::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Performs the filter processing.
HelpTopicsMerge class core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php Tests merging help topics module when the module is not installed.
HelpTopicsMerge.php file core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php
HelpTopicsMerge::$defaultTheme property core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php The theme to install as the default for testing.
HelpTopicsMerge::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php Set database dump files to be used.
HelpTopicsMerge::testHelpTopicsMerge function core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php Tests upgrading help module for help topics.
HelpTopicsUninstall::testHelpTopicsMerge function core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php Tests upgrading help module for help topics.
HTMLRestrictions::merge function core/modules/ckeditor5/src/HTMLRestrictions.php Computes set union of two HTML restrictions, with wildcard support.
HTMLRestrictions::mergeAllowedElementsLevel function core/modules/ckeditor5/src/HTMLRestrictions.php Merge arrays of allowed elements according to HTMLRestrictions rules.
InvalidMergeQueryException class core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php Exception thrown for merge queries that do not make semantic sense.
InvalidMergeQueryException.php file core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php
Link::merge function core/modules/jsonapi/src/JsonApiResource/Link.php Merges two equivalent links into one link with the merged cacheability.
LinkCollection::merge function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Merges two LinkCollections.
LinkTest::linkMergeProvider function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Provides test data for link merging.
LinkTest::testLinkMerge function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php @covers ::merge
@dataProvider linkMergeProvider
Merge class core/modules/sqlite/src/Driver/Database/sqlite/Merge.php SQLite implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/modules/mysql/src/Driver/Database/mysql/Merge.php MySQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/modules/pgsql/src/Driver/Database/pgsql/Merge.php PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Merge.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Merge.
Merge class core/lib/Drupal/Core/Database/Query/Merge.php General class for an abstracted MERGE query operation.
Merge.php file core/modules/sqlite/src/Driver/Database/sqlite/Merge.php
Merge.php file core/modules/mysql/src/Driver/Database/mysql/Merge.php
Merge.php file core/modules/pgsql/src/Driver/Database/pgsql/Merge.php
Merge.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Merge.php
Merge.php file core/lib/Drupal/Core/Database/Query/Merge.php
Merge::$conditionTable property core/lib/Drupal/Core/Database/Query/Merge.php The table or subquery to be used for the condition.
Merge::$defaultFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields which should be set to their database-defined defaults.
Merge::$expressionFields property core/lib/Drupal/Core/Database/Query/Merge.php Array of fields to update to an expression in case of a duplicate record.
Merge::$insertFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields on which to insert.
Merge::$insertValues property core/lib/Drupal/Core/Database/Query/Merge.php An array of values to be inserted.
Merge::$needsUpdate property core/lib/Drupal/Core/Database/Query/Merge.php Flag indicating whether an UPDATE is necessary.
Merge::$table property core/lib/Drupal/Core/Database/Query/Merge.php The table to be used for INSERT and UPDATE.
Merge::$updateFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields that will be updated.
Merge::conditionTable function core/lib/Drupal/Core/Database/Query/Merge.php Sets the table or subquery to be used for the condition.
Merge::execute function core/lib/Drupal/Core/Database/Query/Merge.php Executes the merge database query.
Merge::expression function core/lib/Drupal/Core/Database/Query/Merge.php Specifies fields to be updated as an expression.
Merge::fields function core/lib/Drupal/Core/Database/Query/Merge.php Sets common field-value pairs in the INSERT and UPDATE query parts.
Merge::insertFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be inserted.
Merge::key function core/lib/Drupal/Core/Database/Query/Merge.php Sets a single key field to be used as condition for this query.
Merge::keys function core/lib/Drupal/Core/Database/Query/Merge.php Sets the key fields to be used as conditions for this query.
Merge::STATUS_INSERT constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an INSERT query has been executed.
Merge::STATUS_UPDATE constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an UPDATE query has been executed.
Merge::updateFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be updated.

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