Search for merge
- Search 7.x for merge
- Search 8.9.x for merge
- Search 10.3.x for merge
- Search 11.x for merge
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Merge | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Merge. |
Merge | class | core/ |
General class for an abstracted MERGE query operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
DisplayPluginBase::mergePlugin | function | core/ |
Merges plugins default values. |
DisplayPluginInterface::mergeDefaults | function | core/ |
Merges default values for all plugin types. |
EntityReferenceItem::formProcessMergeParent | function | core/ |
Render API callback that moves entity reference elements up a level. |
FieldTranslationSynchronizer::createMergedItem | function | core/ |
Creates a merged item. |
FilterTestCacheMerge | class | core/ |
Provides a test filter to merge with CacheableMetadata. |
FilterTestCacheMerge.php | file | core/ |
|
FilterTestCacheMerge::process | function | core/ |
Performs the filter processing. |
HTMLRestrictions::merge | function | core/ |
Computes set union of two HTML restrictions, with wildcard support. |
HTMLRestrictions::mergeAllowedElementsLevel | function | core/ |
Merge arrays of allowed elements according to HTMLRestrictions rules. |
InvalidMergeQueryException | class | core/ |
Exception thrown for merge queries that do not make semantic sense. |
InvalidMergeQueryException.php | file | core/ |
|
Link::merge | function | core/ |
Merges two equivalent links into one link with the merged cacheability. |
LinkCollection::merge | function | core/ |
Merges two LinkCollections. |
LinkTest::linkMergeProvider | function | core/ |
Provides test data for link merging. |
LinkTest::testLinkMerge | function | core/ |
@covers ::merge @dataProvider linkMergeProvider |
Merge | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Merge. |
Merge | class | core/ |
General class for an abstracted MERGE query operation. |
Merge.php | file | core/ |
|
Merge.php | file | core/ |
|
Merge.php | file | core/ |
|
Merge.php | file | core/ |
|
Merge.php | file | core/ |
|
Merge.php | file | core/ |
|
Merge.php | file | core/ |
|
Merge::$conditionTable | property | core/ |
The table or subquery to be used for the condition. |
Merge::$defaultFields | property | core/ |
An array of fields which should be set to their database-defined defaults. |
Merge::$expressionFields | property | core/ |
Array of fields to update to an expression in case of a duplicate record. |
Merge::$insertFields | property | core/ |
An array of fields on which to insert. |
Merge::$insertValues | property | core/ |
An array of values to be inserted. |
Merge::$needsUpdate | property | core/ |
Flag indicating whether an UPDATE is necessary. |
Merge::$table | property | core/ |
The table to be used for INSERT and UPDATE. |
Merge::$updateFields | property | core/ |
An array of fields that will be updated. |
Merge::conditionTable | function | core/ |
Sets the table or subquery to be used for the condition. |
Merge::execute | function | core/ |
Executes the merge database query. |
Merge::expression | function | core/ |
Specifies fields to be updated as an expression. |
Merge::fields | function | core/ |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
Merge::insertFields | function | core/ |
Adds a set of field->value pairs to be inserted. |
Merge::key | function | core/ |
Sets a single key field to be used as condition for this query. |
Merge::keys | function | core/ |
Sets the key fields to be used as conditions for this query. |
Merge::STATUS_INSERT | constant | core/ |
Returned by execute() if an INSERT query has been executed. |
Merge::STATUS_UPDATE | constant | core/ |
Returned by execute() if an UPDATE query has been executed. |
Merge::updateFields | function | core/ |
Adds a set of field->value pairs to be updated. |
Merge::useDefaults | function | core/ |
Specifies fields for which the database-defaults should be used. |
Merge::__construct | function | core/ |
Constructs a Merge object. |
Merge::__construct | function | core/ |
Constructs a Merge object. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.