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. |
Merge::useDefaults |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Specifies fields for which the database-defaults should be used. |
Merge::__construct |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Merge.php |
Constructs a Merge object. |
Merge::__construct |
function |
core/modules/mysql/src/Driver/Database/mysql/Merge.php |
Constructs a Merge object. |
Merge::__construct |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Merge.php |
Constructs a Merge object. |
Merge::__construct |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Constructs a Merge object. |
Merge::__toString |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Implements PHP magic __toString method to convert the query to a string. |
MergeTest |
class |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests the MERGE query builder. |
MergeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
|
MergeTest::testDeprecatedKeyArrayArgument |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests deprecation of Merge::key() with array $field argument. |
MergeTest::testInvalidMerge |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that an invalid merge query throws an exception. |
MergeTest::testMergeInsert |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-insert a record successfully. |
MergeTest::testMergeInsertWithoutUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that we can merge-insert without any update fields. |
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. |
MergeTest::testMergeWithReservedWords |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that we can merge-insert with reserved keywords. |
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 |
Tests 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. |
NonPublicSchemaTest::testMerge |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
@covers \Drupal\Core\Database\Connection::merge |
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 |
|
RefinableCalculatedPermissions::merge |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
Merge another calculated permissions object into this one. |
RefinableCalculatedPermissions::mergeItems |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
Merges two items of identical scope and identifier. |
RefinableCalculatedPermissionsInterface::merge |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Merge another calculated permissions object into this one. |
RefinableCalculatedPermissionsTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests merging in another CalculatedPermissions object. |
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 |
|
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 |
|