Search for merge
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/ |
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 |
---|---|---|---|
DependentAccessTest::testMergeNonGroup | function | core/ |
Tests merging a new dependency with existing non-group access dependency. |
DerivativeDiscoveryDecorator::mergeDerivativeDefinition | function | core/ |
Merges a base and derivative definition, taking into account empty values. |
DisplayPluginBase::mergeDefaults | function | core/ |
Merges default values for all plugin types. |
DisplayPluginBase::mergeHandler | function | core/ |
Merges handlers default values. |
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. |
HelpTopicsMerge | class | core/ |
Tests merging help topics module when the module is not installed. |
HelpTopicsMerge.php | file | core/ |
|
HelpTopicsMerge::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HelpTopicsMerge::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
HelpTopicsMerge::testHelpTopicsMerge | function | core/ |
Tests upgrading help module for help topics. |
HelpTopicsUninstall::testHelpTopicsMerge | function | core/ |
Tests upgrading help module for help topics. |
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/ |
General class for an abstracted MERGE query operation. |
Merge | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Merge. |
Merge | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
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. |
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.