DependentAccessTest::testMergeNonGroup |
function |
core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php |
Tests merging a new dependency with existing non-group access dependency. |
DerivativeDiscoveryDecorator::mergeDerivativeDefinition |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Merges a base and derivative definition, taking into account empty values. |
DisplayPluginBase::mergeDefaults |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Merges default values for all plugin types. |
DisplayPluginBase::mergeHandler |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Merges handlers default values. |
DisplayPluginBase::mergePlugin |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Merges plugins default values. |
DisplayPluginInterface::mergeDefaults |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Merges default values for all plugin types. |
EntityReferenceItem::formProcessMergeParent |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Render API callback that moves entity reference elements up a level. |
FieldTranslationSynchronizer::createMergedItem |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Creates a merged item. |
FilterTestCacheMerge |
class |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php |
Provides a test filter to merge with CacheableMetadata. |
FilterTestCacheMerge.php |
file |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php |
|
FilterTestCacheMerge::process |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php |
Performs the filter processing. |
HTMLRestrictions::merge |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Computes set union of two HTML restrictions, with wildcard support. |
HTMLRestrictions::mergeAllowedElementsLevel |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Merge arrays of allowed elements according to HTMLRestrictions rules. |
InvalidMergeQueryException |
class |
core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php |
Exception thrown for merge queries that do not make semantic sense. |
InvalidMergeQueryException.php |
file |
core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php |
|
Link::merge |
function |
core/modules/jsonapi/src/JsonApiResource/Link.php |
Merges two equivalent links into one link with the merged cacheability. |
LinkCollection::merge |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Merges two LinkCollections. |
LinkTest::linkMergeProvider |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php |
Provides test data for link merging. |
LinkTest::testLinkMerge |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php |
Tests link merge. |
Merge |
class |
core/modules/sqlite/src/Driver/Database/sqlite/Merge.php |
SQLite implementation of \Drupal\Core\Database\Query\Merge. |
Merge |
class |
core/modules/mysql/src/Driver/Database/mysql/Merge.php |
MySQL implementation of \Drupal\Core\Database\Query\Merge. |
Merge |
class |
core/modules/pgsql/src/Driver/Database/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. |
Merge |
class |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Merge.php |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Merge. |
Merge.php |
file |
core/modules/sqlite/src/Driver/Database/sqlite/Merge.php |
|
Merge.php |
file |
core/modules/mysql/src/Driver/Database/mysql/Merge.php |
|
Merge.php |
file |
core/modules/pgsql/src/Driver/Database/pgsql/Merge.php |
|
Merge.php |
file |
core/lib/Drupal/Core/Database/Query/Merge.php |
|
Merge.php |
file |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Merge.php |
|
Merge::$conditionTable |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
The table or subquery to be used for the condition. |
Merge::$defaultFields |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields which should be set to their database-defined defaults. |
Merge::$expressionFields |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
Array of fields to update to an expression in case of a duplicate record. |
Merge::$insertFields |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields on which to insert. |
Merge::$insertValues |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
An array of values to be inserted. |
Merge::$needsUpdate |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
Flag indicating whether an UPDATE is necessary. |
Merge::$table |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
The table to be used for INSERT and UPDATE. |
Merge::$updateFields |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields that will be updated. |
Merge::conditionTable |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Sets the table or subquery to be used for the condition. |
Merge::execute |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Executes the merge database query. |
Merge::expression |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Specifies fields to be updated as an expression. |
Merge::fields |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
Merge::insertFields |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Adds a set of field->value pairs to be inserted. |
Merge::key |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Sets a single key field to be used as condition for this query. |
Merge::keys |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Sets the key fields to be used as conditions for this query. |
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/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. |