Search for merge
- Search 7.x for merge
- Search 9.5.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/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
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/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
General class for an abstracted MERGE query operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
DisplayPluginInterface::mergeDefaults | function | core/ |
Merges default values for all plugin types. |
EntityReferenceItem::formProcessMergeParent | function | core/ |
Render API callback: Moves entity_reference specific Form API elements (i.e. 'handler_settings') up a level for easier processing by the validation and submission handlers. |
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. |
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/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
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/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\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::$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/ |
Runs the query against the database. |
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::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
MergeTest | class | core/ |
Tests the MERGE query builder. |
MergeTest.php | file | core/ |
|
MergeTest::testInvalidMerge | function | core/ |
Tests that an invalid merge query throws an exception. |
MergeTest::testMergeInsert | function | core/ |
Confirms that we can merge-insert a record successfully. |
MergeTest::testMergeInsertWithoutUpdate | function | core/ |
Tests that we can merge-insert without any update fields. |
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.