Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UploadTest class core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php Tests D6 d6_upload source plugin.
UploadTest.php file core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php
UploadTest::$modules property core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php Modules to enable.
UploadTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php The data provider.
Upsert class core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php SQLite implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Upsert.php MySQL test implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Upsert.php MySQL test implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Upsert.php PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php SQLite implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php MySQL implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert.
Upsert class core/lib/Drupal/Core/Database/Query/Upsert.php General class for an abstracted "Upsert" (UPDATE or INSERT) query operation.
Upsert class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Upsert.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Upsert.
Upsert class core/modules/mysql/src/Driver/Database/mysql/Upsert.php MySQL implementation of \Drupal\Core\Database\Query\Upsert.
Upsert.php file core/modules/mysql/src/Driver/Database/mysql/Upsert.php
Upsert.php file core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php
Upsert.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Upsert.php
Upsert.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Upsert.php
Upsert.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Upsert.php
Upsert.php file core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php
Upsert.php file core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Upsert.php
Upsert.php file core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php
Upsert.php file core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php
Upsert.php file core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php
Upsert.php file core/lib/Drupal/Core/Database/Query/Upsert.php
Upsert::$key property core/lib/Drupal/Core/Database/Query/Upsert.php The unique or primary key of the table.
Upsert::execute function core/lib/Drupal/Core/Database/Query/Upsert.php Executes the UPSERT operation.
Upsert::execute function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Upsert.php Executes the UPSERT operation.
Upsert::execute function core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php Executes the UPSERT operation.
Upsert::key function core/lib/Drupal/Core/Database/Query/Upsert.php Sets the unique / primary key field to be used as condition for this query.
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::__construct function core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php Constructs an Upsert object.
Upsert::__construct function core/modules/mysql/src/Driver/Database/mysql/Upsert.php Constructs an Upsert object.
Upsert::__construct function core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php Constructs an Upsert object.
Upsert::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php Implements PHP magic __toString method to convert the query to a string.
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/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/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.
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::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.
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.

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