Search for merge

  1. Search 7.x for merge
  2. Search 9.5.x for merge
  3. Search 10.3.x for merge
  4. Search 11.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Merge.php MySQL test implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Merge.php PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php SQLite implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Driver/mysql/Merge.php MySQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php PostgreSQL implementation of \Drupal\Core\Database\Query\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
MergeTest::testMergeUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExcept function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExplicit function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record, with alternate replacement.
MergeTest::testMergeUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully, with expressions.
MergeTest::testMergeUpdateWithoutUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update without any update fields.
Migration::mergeProcessOfProperty function core/modules/migrate/src/Plugin/Migration.php Merge the process pipeline configuration for a single property.
MigrationInterface::mergeProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Merge the process pipeline configuration for a single property.
MigrationPluginConfigurationTest::mergeProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php Provide configuration data for testing.
MigrationPluginConfigurationTest::testConfigurationMerge function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php Test merging configuration into a plugin through the plugin manager.
NestedArray::mergeDeep function core/lib/Drupal/Component/Utility/NestedArray.php Merges multiple arrays, recursively, and returns the merged array.
NestedArray::mergeDeepArray function core/lib/Drupal/Component/Utility/NestedArray.php Merges multiple arrays, recursively, and returns the merged array.
NestedArrayTest::testMergeDeepArray function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests NestedArray::mergeDeepArray().
NestedArrayTest::testMergeExplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that even with explicit keys, values are appended, not merged.
NestedArrayTest::testMergeImplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that arrays with implicit keys are appended, not merged.
NestedArrayTest::testMergeOutOfSequenceKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that array keys values on the first array are ignored when merging.
PluginSettingsBase::$defaultSettingsMerged property core/lib/Drupal/Core/Field/PluginSettingsBase.php Whether default settings have been merged into the current $settings.
PluginSettingsBase::mergeDefaults function core/lib/Drupal/Core/Field/PluginSettingsBase.php Merges default settings values into $settings.
RefinableCacheableDependencyInterface::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Merges the maximum age (in seconds) with the existing maximum age.
RefinableCacheableDependencyTrait::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
Registry::mergePreprocessFunctions function core/lib/Drupal/Core/Theme/Registry.php Merges the source hook's preprocess functions into the destination hook's.
Relationship::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's links with the top-level links.
Relationship::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's meta member with the top-level meta member.
Renderer::mergeBubbleableMetadata function core/lib/Drupal/Core/Render/Renderer.php Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
RendererInterface::mergeBubbleableMetadata function core/lib/Drupal/Core/Render/RendererInterface.php Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
ResourceObjectData::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Merges the object's links with the top-level links.
ResourceObjectData::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Merges the object's meta member with the top-level meta member.
ResourceObjectNormalizationCacher::mergeCacheableDependencies function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Determines the joint cacheability of all provided dependencies.
ResourceResponseTestTrait::mergeOmittedObjects function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Merges the links of two omitted objects and returns a new omitted object.
RfcLoggerTrait::emergency function core/lib/Drupal/Core/Logger/RfcLoggerTrait.php
RfcLogLevel::EMERGENCY constant core/lib/Drupal/Core/Logger/RfcLogLevel.php Log message severity -- Emergency: system is unusable.
SettingsCommand::$merge property core/lib/Drupal/Core/Ajax/SettingsCommand.php Whether the settings should be merged into the global drupalSettings.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's meta member with the top-level meta member.
Url::mergeOptions function core/lib/Drupal/Core/Url.php Merges the URL options with any currently set.
UrlTest::testMergeOptions function core/tests/Drupal/Tests/Core/UrlTest.php Tests the mergeOptions() method.
View::mergeDefaultDisplaysOptions function core/modules/views/src/Entity/View.php Add defaults to the display options.
ViewEntityInterface::mergeDefaultDisplaysOptions function core/modules/views/src/ViewEntityInterface.php Add defaults to the display options.
ViewExecutable::mergeDefaults function core/modules/views/src/ViewExecutable.php Merges all plugin default values for each display.
ViewUI::mergeCacheMaxAge function core/modules/views_ui/src/ViewUI.php Merges the maximum age (in seconds) with the existing maximum age.
ViewUI::mergeDefaultDisplaysOptions function core/modules/views_ui/src/ViewUI.php Add defaults to the display options.
WorkspaceMergeForm class core/modules/workspaces/src/Form/WorkspaceMergeForm.php Provides a form that merges the contents for a workspace into another one.
WorkspaceMergeForm.php file core/modules/workspaces/src/Form/WorkspaceMergeForm.php
WorkspaceMergeForm::$entityTypeManager property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The entity type manager.
WorkspaceMergeForm::$sourceWorkspace property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The source workspace entity.
WorkspaceMergeForm::$targetWorkspace property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The target workspace entity.
WorkspaceMergeForm::$workspaceOperationFactory property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The workspace operation factory.
WorkspaceMergeForm::buildForm function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Form constructor.
WorkspaceMergeForm::create function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Instantiates a new instance of this class.
WorkspaceMergeForm::getCancelUrl function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns the route to go to if the user cancels the action.
WorkspaceMergeForm::getDescription function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns additional text to display as a description.

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