Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
Upsert::preExecute function core/lib/Drupal/Core/Database/Query/Upsert.php Preprocesses and validates the query.
Upsert::__construct function core/lib/Drupal/Core/Database/Query/Upsert.php Constructs an Upsert object.
Upsert::__toString function core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php
Upsert::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php
Upsert::__toString function core/modules/mysql/src/Driver/Database/mysql/Upsert.php
Upsert::__toString function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Upsert.php
UpsertTest class core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Tests the Upsert query builder.
UpsertTest.php file core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
UpsertTest::testCompositeKeyUpsert function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Confirms that we can upsert records with composite keys successfully.
UpsertTest::testDegeneratedCompositeKeyUpsert function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Tests an upsert with a composite key and no columns to update.
UpsertTest::testDegeneratedMultiValueUpsert function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Tests a multi-value upsert that has no columns to update.
UpsertTest::testDegeneratedSingleValueUpsert function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Tests a single-value upsert that has no columns to update.
UpsertTest::testUpsert function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Confirms that we can upsert (update-or-insert) records successfully.
UpsertTest::testUpsertNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Upsert on a not existing table throws a DatabaseExceptionWrapper.
UpsertTest::testUpsertNullBlob function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Tests that we can upsert a null into blob field.
UpsertTest::testUpsertWithKeywords function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Confirms that we can upsert records with keywords successfully.
Uri class core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php The URI data type.
Uri.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php
Uri::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php #[JsonSchema([
'type' => 'string',
'format' => 'uri',
])]
UriDependentTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Performs an image operation that depends on the URI of the original image.
UriDependentTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
UriDependentTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
UriDependentTestImageEffect::getUriDependentDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Make the image dimensions dependent on the image file extension.
UriDependentTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
UriHostConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraint.php Checks if a string conforms to the RFC 3986 host component.
UriHostConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraint.php
UriHostConstraint::__construct function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraint.php
UriHostConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraintValidator.php Validates if a string conforms to the RFC 3986 host component.
UriHostConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraintValidator.php
UriHostConstraintValidator::isValid function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraintValidator.php Return TRUE if value is a valid hostname or IP address literal.
UriHostConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UriHostConstraintValidator.php
UriHostValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php Tests the UriHost validator.
UriHostValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php
UriHostValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php
UriHostValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php
UriHostValidatorTest::testUriHost function core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php Tests the UriHost constraint validator.
UriInterface interface core/lib/Drupal/Core/TypedData/Type/UriInterface.php Interface for URIs.
UriInterface.php file core/lib/Drupal/Core/TypedData/Type/UriInterface.php
UriItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php Defines the 'uri' entity field type.
UriItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
UriItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
UriItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
UriItem::isEmpty function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
UriItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
UriItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
UriItemTest class core/tests/Drupal/Tests/Core/Field/UriItemTest.php Defines a test for the UriItem field-type.
UriItemTest class core/modules/field/tests/src/Kernel/Uri/UriItemTest.php Tests URI field functionality.
UriItemTest.php file core/modules/field/tests/src/Kernel/Uri/UriItemTest.php
UriItemTest.php file core/tests/Drupal/Tests/Core/Field/UriItemTest.php
UriItemTest::$field property core/modules/field/tests/src/Kernel/Uri/UriItemTest.php The field used in this test class.

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