| 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::testInvalidMerge |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that an invalid merge query throws an exception. |
| MergeTest::testLegacyThrowExceptionOption |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests deprecation of the 'throw_exception' option. |
| 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. |
| 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. |