Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
Upsert::key function core/lib/Drupal/Core/Database/Query/Upsert.php Sets the unique / primary key field(s) to be used as condition.
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/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Upsert.php
Upsert::__toString function core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString function core/modules/mysql/src/Driver/Database/mysql/Upsert.php Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php Implements PHP magic __toString method to convert the query to a string.
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.
UpsertTest::testUpsertWithUpsertUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Confirms that we can upsert using UpsertUpdateExpression.
UpsertUpdateExpression class core/lib/Drupal/Core/Database/Query/UpsertUpdateExpression.php A value object to handle an Upsert update expression.
UpsertUpdateExpression.php file core/lib/Drupal/Core/Database/Query/UpsertUpdateExpression.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 Applies an image effect to the image object.
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 Determines the dimensions of the styled image.
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 Modules to install.
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.
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.
UriItemTest::$fieldStorage property core/modules/field/tests/src/Kernel/Uri/UriItemTest.php A field to use in this test class.
UriItemTest::providerMaxLength function core/tests/Drupal/Tests/Core/Field/UriItemTest.php Data provider for maximum-lengths.

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